Html Css Color HEX #4816CC Purple Heart

📋 copy color: '#4816CC'

red 72 ◦ green 22 ◦ blue 204

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

Shades of Purple Heart #4816CC

Tints of Purple Heart #4816CC

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.38%

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

R = 24.16%
G = 7.38%
B = 68.46%

CMYK

 C value IS 0.65

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4816CC (or 0x4816CC) is known color: Purple Heart. HEX triplet: 48, 16 and CC. RGB value is (72,22,204). Sum of RGB (Red+Green+Blue) = 72+22+204=298 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.16% from 298); Green value is 22 (8.98% from 255 or 7.38% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #4816CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #4816CC is #B7E933. Grayscale: #393939. Windows color (decimal): -12052788 or 13375048. OLE color: 13375048.

HSL color Cylindrical-coordinate representation of color #4816CC: hue angle of 256.48º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4816CC is Cyan = 0.65, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 72 22 204 -
CMYK 0.65 0.89 0 0.2
HSL 256.48º 0.81% 0.44% -
HSV(B) 256.48º 0.89% 0.8% -
XYZ 13.86 6.31 57.61 -
YUV 57.7 210.57 138.2 -
System Red Green Blue C M Y K H S L
Decimal 72 22 204 0.65 0.89 0 0.2 256.48 0.81 0.44
Hex 48 16 CC 41 59 0 14 100 51 2C
Octal 110 26 314 101 131 0 24 400 121 54
Binary 1001000 10110 11001100 1000001 1011001 0 10100 100000000 1010001 101100

Color Harmonies of #4816CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4816CC

Black with #4816CC

Text Example


Text Example

White with #4816CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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