Html Css Color HEX #4920CD Purple Heart

📋 copy color: '#4920CD'

red 73 ◦ green 32 ◦ blue 205

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

Shades of Purple Heart #4920CD

Tints of Purple Heart #4920CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.13%

R = 23.55%
G = 10.32%
B = 66.13%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4920CD (or 0x4920CD) is known color: Purple Heart. HEX triplet: 49, 20 and CD. RGB value is (73,32,205). Sum of RGB (Red+Green+Blue) = 73+32+205=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 32 (12.89% from 255 or 10.32% from 310); Blue value is 205 (80.47% from 255 or 66.13% from 310); Max value from RGB is 205 - color contains mainly: blue. Hex color #4920CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4920CD is #B6DF32. Grayscale: #3F3F3F. Windows color (decimal): -11984691 or 13443145. OLE color: 13443145.

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

Color convert

RGB 73 32 205 -
CMYK 0.64 0.84 0 0.20
HSL 254.22º 0.73% 0.46% -
HSV(B) 254.22º 0.84% 0.8% -
XYZ 14.28 6.86 58.33 -
YUV 63.98 207.58 134.43 -
System Red Green Blue C M Y K H S L
Decimal 73 32 205 0.64 0.84 0 0.20 254.22 0.73 0.46
Hex 49 20 CD 40 54 0 14 FE 49 2E
Octal 111 40 315 100 124 0 24 376 111 56
Binary 1001001 100000 11001101 1000000 1010100 0 10100 11111110 1001001 101110

Color Harmonies of #4920CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4920CD

Black with #4920CD

Text Example


Text Example

White with #4920CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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