Html Css Color HEX #4920B9 Purple Heart

📋 copy color: '#4920B9'

red 73 ◦ green 32 ◦ blue 185

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

Shades of Purple Heart #4920B9

Tints of Purple Heart #4920B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 63.79%

R = 25.17%
G = 11.03%
B = 63.79%

CMYK

 C value IS 0.61

 M value IS 0.83

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4920B9 (or 0x4920B9) is known color: Purple Heart. HEX triplet: 49, 20 and B9. RGB value is (73,32,185). Sum of RGB (Red+Green+Blue) = 73+32+185=290 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.17% from 290); Green value is 32 (12.89% from 255 or 11.03% from 290); Blue value is 185 (72.66% from 255 or 63.79% from 290); Max value from RGB is 185 - color contains mainly: blue. Hex color #4920B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4920B9 is #B6DF46. Grayscale: #3D3D3D. Windows color (decimal): -11984711 or 12132425. OLE color: 12132425.

HSL color Cylindrical-coordinate representation of color #4920B9: hue angle of 256.08º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4920B9 is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 32 185 -
CMYK 0.61 0.83 0 0.27
HSL 256.08º 0.71% 0.43% -
HSV(B) 256.08º 0.83% 0.73% -
XYZ 12.02 5.95 46.41 -
YUV 61.7 197.58 136.06 -
System Red Green Blue C M Y K H S L
Decimal 73 32 185 0.61 0.83 0 0.27 256.08 0.71 0.43
Hex 49 20 B9 3D 53 0 1B 100 47 2B
Octal 111 40 271 75 123 0 33 400 107 53
Binary 1001001 100000 10111001 111101 1010011 0 11011 100000000 1000111 101011

Color Harmonies of #4920B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4920B9

Black with #4920B9

Text Example


Text Example

White with #4920B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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