Html Css Color HEX #4920CC Purple Heart

📋 copy color: '#4920CC'

red 73 ◦ green 32 ◦ blue 204

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

Shades of Purple Heart #4920CC

Tints of Purple Heart #4920CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.02%

R = 23.62%
G = 10.36%
B = 66.02%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4920CC (or 0x4920CC) is known color: Purple Heart. HEX triplet: 49, 20 and CC. RGB value is (73,32,204). Sum of RGB (Red+Green+Blue) = 73+32+204=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 204 (80.08% from 255 or 66.02% from 309); Max value from RGB is 204 - color contains mainly: blue. Hex color #4920CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4920CC is #B6DF33. Grayscale: #3F3F3F. Windows color (decimal): -11984692 or 13377609. OLE color: 13377609.

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

Color convert

RGB 73 32 204 -
CMYK 0.64 0.84 0 0.2
HSL 254.3º 0.73% 0.46% -
HSV(B) 254.3º 0.84% 0.8% -
XYZ 14.16 6.81 57.69 -
YUV 63.87 207.08 134.51 -
System Red Green Blue C M Y K H S L
Decimal 73 32 204 0.64 0.84 0 0.2 254.3 0.73 0.46
Hex 49 20 CC 40 54 0 14 FE 49 2E
Octal 111 40 314 100 124 0 24 376 111 56
Binary 1001001 100000 11001100 1000000 1010100 0 10100 11111110 1001001 101110

Color Harmonies of #4920CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4920CC

Black with #4920CC

Text Example


Text Example

White with #4920CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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