Html Css Color HEX #4F0CAC Purple Heart

📋 copy color: '#4F0CAC'

red 79 ◦ green 12 ◦ blue 172

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

Shades of Purple Heart #4F0CAC

Tints of Purple Heart #4F0CAC

RGB

 RED value IS 79 (31.25% from 255) = 30.04%

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

 BLUE value IS 172 (67.58% from 255) = 65.4%

R = 30.04%
G = 4.56%
B = 65.4%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4F0CAC (or 0x4F0CAC) is known color: Purple Heart. HEX triplet: 4F, 0C and AC. RGB value is (79,12,172). Sum of RGB (Red+Green+Blue) = 79+12+172=263 (34% of max value = 765). Red value is 79 (31.25% from 255 or 30.04% from 263); Green value is 12 (5.08% from 255 or 4.56% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #4F0CAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #4F0CAC is #B0F353. Grayscale: #313131. Windows color (decimal): -11596628 or 11275343. OLE color: 11275343.

HSL color Cylindrical-coordinate representation of color #4F0CAC: hue angle of 265.12º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F0CAC is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 79 12 172 -
CMYK 0.54 0.93 0 0.33
HSL 265.13º 0.87% 0.36% -
HSV(B) 265.13º 0.93% 0.67% -
XYZ 10.8 4.9 39.41 -
YUV 50.27 196.7 148.49 -
System Red Green Blue C M Y K H S L
Decimal 79 12 172 0.54 0.93 0 0.33 265.13 0.87 0.36
Hex 4F C AC 36 5D 0 21 109 57 24
Octal 117 14 254 66 135 0 41 411 127 44
Binary 1001111 1100 10101100 110110 1011101 0 100001 100001001 1010111 100100

Color Harmonies of #4F0CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F0CAC

Black with #4F0CAC

Text Example


Text Example

White with #4F0CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,12,172); }

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

background-color css

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

 a { background-color: rgb(79,12,172); }

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

border-color css

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

 span { border-color: rgb(79,12,172); }

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