Html Css Color HEX #4F20CA Purple Heart

📋 copy color: '#4F20CA'

red 79 ◦ green 32 ◦ blue 202

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

Shades of Purple Heart #4F20CA

Tints of Purple Heart #4F20CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 64.54%

R = 25.24%
G = 10.22%
B = 64.54%

CMYK

 C value IS 0.61

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4F20CA (or 0x4F20CA) is known color: Purple Heart. HEX triplet: 4F, 20 and CA. RGB value is (79,32,202). Sum of RGB (Red+Green+Blue) = 79+32+202=313 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.24% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 202 (79.30% from 255 or 64.54% from 313); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F20CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F20CA is #B0DF35. Grayscale: #404040. Windows color (decimal): -11591478 or 13246543. OLE color: 13246543.

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

Color convert

RGB 79 32 202 -
CMYK 0.61 0.84 0 0.21
HSL 256.59º 0.73% 0.46% -
HSV(B) 256.59º 0.84% 0.79% -
XYZ 14.4 6.96 56.46 -
YUV 65.43 205.07 137.68 -
System Red Green Blue C M Y K H S L
Decimal 79 32 202 0.61 0.84 0 0.21 256.59 0.73 0.46
Hex 4F 20 CA 3D 54 0 15 101 49 2E
Octal 117 40 312 75 124 0 25 401 111 56
Binary 1001111 100000 11001010 111101 1010100 0 10101 100000001 1001001 101110

Color Harmonies of #4F20CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F20CA

Black with #4F20CA

Text Example


Text Example

White with #4F20CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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