Html Css Color HEX #4F20CE Purple Heart

📋 copy color: '#4F20CE'

red 79 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #4F20CE

Tints of Purple Heart #4F20CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.09%

 BLUE value IS 206 (80.86% from 255) = 64.98%

R = 24.92%
G = 10.09%
B = 64.98%

CMYK

 C value IS 0.62

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4F20CE (or 0x4F20CE) is known color: Purple Heart. HEX triplet: 4F, 20 and CE. RGB value is (79,32,206). Sum of RGB (Red+Green+Blue) = 79+32+206=317 (41% of max value = 765). Red value is 79 (31.25% from 255 or 24.92% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #4F20CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F20CE is #B0DF31. Grayscale: #414141. Windows color (decimal): -11591474 or 13508687. OLE color: 13508687.

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

Color convert

RGB 79 32 206 -
CMYK 0.62 0.84 0 0.19
HSL 256.21º 0.73% 0.47% -
HSV(B) 256.21º 0.84% 0.81% -
XYZ 14.88 7.15 58.99 -
YUV 65.89 207.07 137.35 -
System Red Green Blue C M Y K H S L
Decimal 79 32 206 0.62 0.84 0 0.19 256.21 0.73 0.47
Hex 4F 20 CE 3E 54 0 13 100 49 2F
Octal 117 40 316 76 124 0 23 400 111 57
Binary 1001111 100000 11001110 111110 1010100 0 10011 100000000 1001001 101111

Color Harmonies of #4F20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F20CE

Black with #4F20CE

Text Example


Text Example

White with #4F20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,32,206); }

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

background-color css

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

 a { background-color: rgb(79,32,206); }

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

border-color css

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

 span { border-color: rgb(79,32,206); }

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