Html Css Color HEX #4920C8 Purple Heart

📋 copy color: '#4920C8'

red 73 ◦ green 32 ◦ blue 200

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

Shades of Purple Heart #4920C8

Tints of Purple Heart #4920C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 65.57%

R = 23.93%
G = 10.49%
B = 65.57%

CMYK

 C value IS 0.64

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#4920C8 (or 0x4920C8) is known color: Purple Heart. HEX triplet: 49, 20 and C8. RGB value is (73,32,200). Sum of RGB (Red+Green+Blue) = 73+32+200=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 200 (78.52% from 255 or 65.57% from 305); Max value from RGB is 200 - color contains mainly: blue. Hex color #4920C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4920C8 is #B6DF37. Grayscale: #3E3E3E. Windows color (decimal): -11984696 or 13115465. OLE color: 13115465.

HSL color Cylindrical-coordinate representation of color #4920C8: hue angle of 254.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4920C8 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 73 32 200 -
CMYK 0.64 0.84 0 0.22
HSL 254.64º 0.72% 0.45% -
HSV(B) 254.64º 0.84% 0.78% -
XYZ 13.69 6.62 55.2 -
YUV 63.41 205.08 134.84 -
System Red Green Blue C M Y K H S L
Decimal 73 32 200 0.64 0.84 0 0.22 254.64 0.72 0.45
Hex 49 20 C8 40 54 0 16 FF 48 2D
Octal 111 40 310 100 124 0 26 377 110 55
Binary 1001001 100000 11001000 1000000 1010100 0 10110 11111111 1001000 101101

Color Harmonies of #4920C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4920C8

Black with #4920C8

Text Example


Text Example

White with #4920C8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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