Html Css Color HEX #4F12CC Purple Heart

📋 copy color: '#4F12CC'

red 79 ◦ green 18 ◦ blue 204

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

Shades of Purple Heart #4F12CC

Tints of Purple Heart #4F12CC

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.98%

 BLUE value IS 204 (80.08% from 255) = 67.77%

R = 26.25%
G = 5.98%
B = 67.77%

CMYK

 C value IS 0.61

 M value IS 0.91

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4F12CC (or 0x4F12CC) is known color: Purple Heart. HEX triplet: 4F, 12 and CC. RGB value is (79,18,204). Sum of RGB (Red+Green+Blue) = 79+18+204=301 (39% of max value = 765). Red value is 79 (31.25% from 255 or 26.25% from 301); Green value is 18 (7.42% from 255 or 5.98% from 301); Blue value is 204 (80.08% from 255 or 67.77% from 301); Max value from RGB is 204 - color contains mainly: blue. Hex color #4F12CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F12CC is #B0ED33. Grayscale: #383838. Windows color (decimal): -11595060 or 13374031. OLE color: 13374031.

HSL color Cylindrical-coordinate representation of color #4F12CC: hue angle of 259.68º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4F12CC is Cyan = 0.61, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 79 18 204 -
CMYK 0.61 0.91 0 0.2
HSL 259.68º 0.84% 0.44% -
HSV(B) 259.68º 0.91% 0.8% -
XYZ 14.34 6.45 57.62 -
YUV 57.44 210.71 143.38 -
System Red Green Blue C M Y K H S L
Decimal 79 18 204 0.61 0.91 0 0.2 259.68 0.84 0.44
Hex 4F 12 CC 3D 5B 0 14 104 54 2C
Octal 117 22 314 75 133 0 24 404 124 54
Binary 1001111 10010 11001100 111101 1011011 0 10100 100000100 1010100 101100

Color Harmonies of #4F12CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F12CC

Black with #4F12CC

Text Example


Text Example

White with #4F12CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,18,204); }

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

background-color css

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

 a { background-color: rgb(79,18,204); }

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

border-color css

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

 span { border-color: rgb(79,18,204); }

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