Html Css Color HEX #4920CB Purple Heart

📋 copy color: '#4920CB'

red 73 ◦ green 32 ◦ blue 203

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

Shades of Purple Heart #4920CB

Tints of Purple Heart #4920CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.91%

R = 23.7%
G = 10.39%
B = 65.91%

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

#4920CB (or 0x4920CB) is known color: Purple Heart. HEX triplet: 49, 20 and CB. RGB value is (73,32,203). Sum of RGB (Red+Green+Blue) = 73+32+203=308 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.70% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 203 (79.69% from 255 or 65.91% from 308); Max value from RGB is 203 - color contains mainly: blue. Hex color #4920CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4920CB is #B6DF34. Grayscale: #3F3F3F. Windows color (decimal): -11984693 or 13312073. OLE color: 13312073.

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

Color convert

RGB 73 32 203 -
CMYK 0.64 0.84 0 0.20
HSL 254.39º 0.73% 0.46% -
HSV(B) 254.39º 0.84% 0.8% -
XYZ 14.04 6.76 57.06 -
YUV 63.75 206.58 134.6 -
System Red Green Blue C M Y K H S L
Decimal 73 32 203 0.64 0.84 0 0.20 254.39 0.73 0.46
Hex 49 20 CB 40 54 0 14 FE 49 2E
Octal 111 40 313 100 124 0 24 376 111 56
Binary 1001001 100000 11001011 1000000 1010100 0 10100 11111110 1001001 101110

Color Harmonies of #4920CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4920CB

Black with #4920CB

Text Example


Text Example

White with #4920CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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