Html Css Color HEX #4928CC Purple Heart

📋 copy color: '#4928CC'

red 73 ◦ green 40 ◦ blue 204

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

Shades of Purple Heart #4928CC

Tints of Purple Heart #4928CC

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.62%

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

R = 23.03%
G = 12.62%
B = 64.35%

CMYK

 C value IS 0.64

 M value IS 0.80

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4928CC (or 0x4928CC) is known color: Purple Heart. HEX triplet: 49, 28 and CC. RGB value is (73,40,204). Sum of RGB (Red+Green+Blue) = 73+40+204=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #4928CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4928CC is #B6D733. Grayscale: #434343. Windows color (decimal): -11982644 or 13379657. OLE color: 13379657.

HSL color Cylindrical-coordinate representation of color #4928CC: hue angle of 252.07º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4928CC is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 73 40 204 -
CMYK 0.64 0.80 0 0.2
HSL 252.07º 0.67% 0.48% -
HSV(B) 252.07º 0.8% 0.8% -
XYZ 14.41 7.29 57.78 -
YUV 68.56 204.43 131.16 -
System Red Green Blue C M Y K H S L
Decimal 73 40 204 0.64 0.80 0 0.2 252.07 0.67 0.48
Hex 49 28 CC 40 50 0 14 FC 43 30
Octal 111 50 314 100 120 0 24 374 103 60
Binary 1001001 101000 11001100 1000000 1010000 0 10100 11111100 1000011 110000

Color Harmonies of #4928CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4928CC

Black with #4928CC

Text Example


Text Example

White with #4928CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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