Html Css Color HEX #4C0FB6 Purple Heart

📋 copy color: '#4C0FB6'

red 76 ◦ green 15 ◦ blue 182

#4C0FB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #4C0FB6

Tints of Purple Heart #4C0FB6

RGB

 RED value IS 76 (30.08% from 255) = 27.84%

 GREEN value IS 15 (6.25% from 255) = 5.49%

 BLUE value IS 182 (71.48% from 255) = 66.67%

R = 27.84%
G = 5.49%
B = 66.67%

CMYK

 C value IS 0.58

 M value IS 0.92

 Y value IS 0

 K value IS 0.29

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4C0FB6 (or 0x4C0FB6) is known color: Purple Heart. HEX triplet: 4C, 0F and B6. RGB value is (76,15,182). Sum of RGB (Red+Green+Blue) = 76+15+182=273 (36% of max value = 765). Red value is 76 (30.08% from 255 or 27.84% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 182 (71.48% from 255 or 66.67% from 273); Max value from RGB is 182 - color contains mainly: blue. Hex color #4C0FB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4C0FB6 is #B3F049. Grayscale: #333333. Windows color (decimal): -11792458 or 11931468. OLE color: 11931468.

HSL color Cylindrical-coordinate representation of color #4C0FB6: hue angle of 261.92º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4C0FB6 is Cyan = 0.58, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 76 15 182 -
CMYK 0.58 0.92 0 0.29
HSL 261.92º 0.85% 0.39% -
HSV(B) 261.92º 0.92% 0.71% -
XYZ 11.59 5.26 44.66 -
YUV 52.28 201.21 144.92 -
System Red Green Blue C M Y K H S L
Decimal 76 15 182 0.58 0.92 0 0.29 261.92 0.85 0.39
Hex 4C F B6 3A 5C 0 1D 106 55 27
Octal 114 17 266 72 134 0 35 406 125 47
Binary 1001100 1111 10110110 111010 1011100 0 11101 100000110 1010101 100111

Color Harmonies of #4C0FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C0FB6

Black with #4C0FB6

Text Example


Text Example

White with #4C0FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C0FB6; }

 p { color: rgb(76,15,182); }

 H1.HeaderClassName
 {
   color: #4C0FB6;
 }
 .AnyTagClassName
 {
   color: #4C0FB6;
 }
</style>

background-color css

<style>
 a { background-color: #4C0FB6; }

 a { background-color: rgb(76,15,182); }

 div.DivClassName
 {
   background-color: #4C0FB6;
 }
 .BgClassName
 {
   background-color: #4C0FB6;
 }
</style>

border-color css

<style>
 span { border-color: #4C0FB6; }

 span { border-color: rgb(76,15,182); }

 td.TdClassName
 {
   border-color: #4C0FB6;
 }
 .TagClassName
 {
   border-color: #4C0FB6;
 }
</style>