Html Css Color HEX #4A0CB6 Purple Heart

📋 copy color: '#4A0CB6'

red 74 ◦ green 12 ◦ blue 182

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

Shades of Purple Heart #4A0CB6

Tints of Purple Heart #4A0CB6

RGB

 RED value IS 74 (29.3% from 255) = 27.61%

 GREEN value IS 12 (5.08% from 255) = 4.48%

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

R = 27.61%
G = 4.48%
B = 67.91%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4A0CB6 (or 0x4A0CB6) is known color: Purple Heart. HEX triplet: 4A, 0C and B6. RGB value is (74,12,182). Sum of RGB (Red+Green+Blue) = 74+12+182=268 (35% of max value = 765). Red value is 74 (29.30% from 255 or 27.61% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 182 (71.48% from 255 or 67.91% from 268); Max value from RGB is 182 - color contains mainly: blue. Hex color #4A0CB6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4A0CB6 is #B5F349. Grayscale: #313131. Windows color (decimal): -11924298 or 11930698. OLE color: 11930698.

HSL color Cylindrical-coordinate representation of color #4A0CB6: hue angle of 261.88º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4A0CB6 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 74 12 182 -
CMYK 0.59 0.93 0 0.29
HSL 261.88º 0.88% 0.38% -
HSV(B) 261.88º 0.93% 0.71% -
XYZ 11.4 5.1 44.64 -
YUV 49.92 202.54 145.18 -
System Red Green Blue C M Y K H S L
Decimal 74 12 182 0.59 0.93 0 0.29 261.88 0.88 0.38
Hex 4A C B6 3B 5D 0 1D 106 58 26
Octal 112 14 266 73 135 0 35 406 130 46
Binary 1001010 1100 10110110 111011 1011101 0 11101 100000110 1011000 100110

Color Harmonies of #4A0CB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A0CB6

Black with #4A0CB6

Text Example


Text Example

White with #4A0CB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,12,182); }

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

background-color css

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

 a { background-color: rgb(74,12,182); }

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

border-color css

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

 span { border-color: rgb(74,12,182); }

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