Html Css Color HEX #4820CC Purple Heart

📋 copy color: '#4820CC'

red 72 ◦ green 32 ◦ blue 204

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

Shades of Purple Heart #4820CC

Tints of Purple Heart #4820CC

RGB

 RED value IS 72 (28.52% from 255) = 23.38%

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

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

R = 23.38%
G = 10.39%
B = 66.23%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4820CC (or 0x4820CC) is known color: Purple Heart. HEX triplet: 48, 20 and CC. RGB value is (72,32,204). Sum of RGB (Red+Green+Blue) = 72+32+204=308 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.38% from 308); Green value is 32 (12.89% from 255 or 10.39% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #4820CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4820CC is #B7DF33. Grayscale: #3E3E3E. Windows color (decimal): -12050228 or 13377608. OLE color: 13377608.

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

Color convert

RGB 72 32 204 -
CMYK 0.65 0.84 0 0.2
HSL 253.95º 0.73% 0.46% -
HSV(B) 253.95º 0.84% 0.8% -
XYZ 14.09 6.77 57.69 -
YUV 63.57 207.25 134.01 -
System Red Green Blue C M Y K H S L
Decimal 72 32 204 0.65 0.84 0 0.2 253.95 0.73 0.46
Hex 48 20 CC 41 54 0 14 FE 49 2E
Octal 110 40 314 101 124 0 24 376 111 56
Binary 1001000 100000 11001100 1000001 1010100 0 10100 11111110 1001001 101110

Color Harmonies of #4820CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4820CC

Black with #4820CC

Text Example


Text Example

White with #4820CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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