Html Css Color HEX #4F29CA Purple Heart

📋 copy color: '#4F29CA'

red 79 ◦ green 41 ◦ blue 202

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

Shades of Purple Heart #4F29CA

Tints of Purple Heart #4F29CA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.73%

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

R = 24.53%
G = 12.73%
B = 62.73%

CMYK

 C value IS 0.61

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4F29CA (or 0x4F29CA) is known color: Purple Heart. HEX triplet: 4F, 29 and CA. RGB value is (79,41,202). Sum of RGB (Red+Green+Blue) = 79+41+202=322 (42% of max value = 765). Red value is 79 (31.25% from 255 or 24.53% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 202 (79.30% from 255 or 62.73% from 322); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F29CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F29CA is #B0D635. Grayscale: #464646. Windows color (decimal): -11589174 or 13248847. OLE color: 13248847.

HSL color Cylindrical-coordinate representation of color #4F29CA: hue angle of 254.16º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F29CA is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 79 41 202 -
CMYK 0.61 0.80 0 0.21
HSL 254.16º 0.66% 0.48% -
HSV(B) 254.16º 0.8% 0.79% -
XYZ 14.68 7.51 56.55 -
YUV 70.72 202.09 133.91 -
System Red Green Blue C M Y K H S L
Decimal 79 41 202 0.61 0.80 0 0.21 254.16 0.66 0.48
Hex 4F 29 CA 3D 50 0 15 FE 42 30
Octal 117 51 312 75 120 0 25 376 102 60
Binary 1001111 101001 11001010 111101 1010000 0 10101 11111110 1000010 110000

Color Harmonies of #4F29CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F29CA

Black with #4F29CA

Text Example


Text Example

White with #4F29CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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