Html Css Color HEX #4F20CB Purple Heart

📋 copy color: '#4F20CB'

red 79 ◦ green 32 ◦ blue 203

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

Shades of Purple Heart #4F20CB

Tints of Purple Heart #4F20CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 64.65%

R = 25.16%
G = 10.19%
B = 64.65%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4F20CB (or 0x4F20CB) is known color: Purple Heart. HEX triplet: 4F, 20 and CB. RGB value is (79,32,203). Sum of RGB (Red+Green+Blue) = 79+32+203=314 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.16% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F20CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F20CB is #B0DF34. Grayscale: #404040. Windows color (decimal): -11591477 or 13312079. OLE color: 13312079.

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

Color convert

RGB 79 32 203 -
CMYK 0.61 0.84 0 0.20
HSL 256.49º 0.73% 0.46% -
HSV(B) 256.49º 0.84% 0.8% -
XYZ 14.52 7.01 57.09 -
YUV 65.55 205.57 137.6 -
System Red Green Blue C M Y K H S L
Decimal 79 32 203 0.61 0.84 0 0.20 256.49 0.73 0.46
Hex 4F 20 CB 3D 54 0 14 100 49 2E
Octal 117 40 313 75 124 0 24 400 111 56
Binary 1001111 100000 11001011 111101 1010100 0 10100 100000000 1001001 101110

Color Harmonies of #4F20CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F20CB

Black with #4F20CB

Text Example


Text Example

White with #4F20CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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