Html Css Color HEX #4F12CF Purple Heart

📋 copy color: '#4F12CF'

red 79 ◦ green 18 ◦ blue 207

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

Shades of Purple Heart #4F12CF

Tints of Purple Heart #4F12CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.09%

R = 25.99%
G = 5.92%
B = 68.09%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4F12CF (or 0x4F12CF) is known color: Purple Heart. HEX triplet: 4F, 12 and CF. RGB value is (79,18,207). Sum of RGB (Red+Green+Blue) = 79+18+207=304 (40% of max value = 765). Red value is 79 (31.25% from 255 or 25.99% from 304); Green value is 18 (7.42% from 255 or 5.92% from 304); Blue value is 207 (81.25% from 255 or 68.09% from 304); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F12CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #4F12CF is #B0ED30. Grayscale: #393939. Windows color (decimal): -11595057 or 13570639. OLE color: 13570639.

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

Color convert

RGB 79 18 207 -
CMYK 0.62 0.91 0 0.19
HSL 259.37º 0.84% 0.44% -
HSV(B) 259.37º 0.91% 0.81% -
XYZ 14.7 6.6 59.53 -
YUV 57.79 212.21 143.13 -
System Red Green Blue C M Y K H S L
Decimal 79 18 207 0.62 0.91 0 0.19 259.37 0.84 0.44
Hex 4F 12 CF 3E 5B 0 13 103 54 2C
Octal 117 22 317 76 133 0 23 403 124 54
Binary 1001111 10010 11001111 111110 1011011 0 10011 100000011 1010100 101100

Color Harmonies of #4F12CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F12CF

Black with #4F12CF

Text Example


Text Example

White with #4F12CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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