Html Css Color HEX #4929CA Purple Heart

📋 copy color: '#4929CA'

red 73 ◦ green 41 ◦ blue 202

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

Shades of Purple Heart #4929CA

Tints of Purple Heart #4929CA

RGB

 RED value IS 73 (28.91% from 255) = 23.1%

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

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

R = 23.1%
G = 12.97%
B = 63.92%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4929CA (or 0x4929CA) is known color: Purple Heart. HEX triplet: 49, 29 and CA. RGB value is (73,41,202). Sum of RGB (Red+Green+Blue) = 73+41+202=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 41 (16.41% from 255 or 12.97% from 316); Blue value is 202 (79.30% from 255 or 63.92% from 316); Max value from RGB is 202 - color contains mainly: blue. Hex color #4929CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4929CA is #B6D635. Grayscale: #444444. Windows color (decimal): -11982390 or 13248841. OLE color: 13248841.

HSL color Cylindrical-coordinate representation of color #4929CA: hue angle of 251.93º 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 #4929CA is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 73 41 202 -
CMYK 0.64 0.80 0 0.21
HSL 251.93º 0.66% 0.48% -
HSV(B) 251.93º 0.8% 0.79% -
XYZ 14.2 7.27 56.53 -
YUV 68.92 203.1 130.91 -
System Red Green Blue C M Y K H S L
Decimal 73 41 202 0.64 0.80 0 0.21 251.93 0.66 0.48
Hex 49 29 CA 40 50 0 15 FC 42 30
Octal 111 51 312 100 120 0 25 374 102 60
Binary 1001001 101001 11001010 1000000 1010000 0 10101 11111100 1000010 110000

Color Harmonies of #4929CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4929CA

Black with #4929CA

Text Example


Text Example

White with #4929CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4929CA; }

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

 H1.HeaderClassName
 {
   color: #4929CA;
 }
 .AnyTagClassName
 {
   color: #4929CA;
 }
</style>

background-color css

<style>
 a { background-color: #4929CA; }

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

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

border-color css

<style>
 span { border-color: #4929CA; }

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

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