Html Css Color HEX #4920CA Purple Heart

📋 copy color: '#4920CA'

red 73 ◦ green 32 ◦ blue 202

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

Shades of Purple Heart #4920CA

Tints of Purple Heart #4920CA

RGB

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

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

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

R = 23.78%
G = 10.42%
B = 65.8%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#4920CA (or 0x4920CA) is known color: Purple Heart. HEX triplet: 49, 20 and CA. RGB value is (73,32,202). Sum of RGB (Red+Green+Blue) = 73+32+202=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 202 (79.30% from 255 or 65.80% from 307); Max value from RGB is 202 - color contains mainly: blue. Hex color #4920CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4920CA is #B6DF35. Grayscale: #3F3F3F. Windows color (decimal): -11984694 or 13246537. OLE color: 13246537.

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

Color convert

RGB 73 32 202 -
CMYK 0.64 0.84 0 0.21
HSL 254.47º 0.73% 0.46% -
HSV(B) 254.47º 0.84% 0.79% -
XYZ 13.92 6.71 56.44 -
YUV 63.64 206.08 134.68 -
System Red Green Blue C M Y K H S L
Decimal 73 32 202 0.64 0.84 0 0.21 254.47 0.73 0.46
Hex 49 20 CA 40 54 0 15 FE 49 2E
Octal 111 40 312 100 124 0 25 376 111 56
Binary 1001001 100000 11001010 1000000 1010100 0 10101 11111110 1001001 101110

Color Harmonies of #4920CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4920CA

Black with #4920CA

Text Example


Text Example

White with #4920CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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