Html Css Color HEX #4F20CF Purple Heart

📋 copy color: '#4F20CF'

red 79 ◦ green 32 ◦ blue 207

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

Shades of Purple Heart #4F20CF

Tints of Purple Heart #4F20CF

RGB

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

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

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

R = 24.84%
G = 10.06%
B = 65.09%

CMYK

 C value IS 0.62

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4F20CF (or 0x4F20CF) is known color: Purple Heart. HEX triplet: 4F, 20 and CF. RGB value is (79,32,207). Sum of RGB (Red+Green+Blue) = 79+32+207=318 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.84% from 318); Green value is 32 (12.89% from 255 or 10.06% from 318); Blue value is 207 (81.25% from 255 or 65.09% from 318); Max value from RGB is 207 - color contains mainly: blue. Hex color #4F20CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F20CF is #B0DF30. Grayscale: #414141. Windows color (decimal): -11591473 or 13574223. OLE color: 13574223.

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

Color convert

RGB 79 32 207 -
CMYK 0.62 0.85 0 0.19
HSL 256.11º 0.73% 0.47% -
HSV(B) 256.11º 0.85% 0.81% -
XYZ 15 7.2 59.63 -
YUV 66 207.57 137.27 -
System Red Green Blue C M Y K H S L
Decimal 79 32 207 0.62 0.85 0 0.19 256.11 0.73 0.47
Hex 4F 20 CF 3E 55 0 13 100 49 2F
Octal 117 40 317 76 125 0 23 400 111 57
Binary 1001111 100000 11001111 111110 1010101 0 10011 100000000 1001001 101111

Color Harmonies of #4F20CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F20CF

Black with #4F20CF

Text Example


Text Example

White with #4F20CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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