Html Css Color HEX #5518CC Purple Heart

📋 copy color: '#5518CC'

red 85 ◦ green 24 ◦ blue 204

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

Shades of Purple Heart #5518CC

Tints of Purple Heart #5518CC

RGB

 RED value IS 85 (33.59% from 255) = 27.16%

 GREEN value IS 24 (9.77% from 255) = 7.67%

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

R = 27.16%
G = 7.67%
B = 65.18%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5518CC (or 0x5518CC) is known color: Purple Heart. HEX triplet: 55, 18 and CC. RGB value is (85,24,204). Sum of RGB (Red+Green+Blue) = 85+24+204=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 24 (9.77% from 255 or 7.67% from 313); Blue value is 204 (80.08% from 255 or 65.18% from 313); Max value from RGB is 204 - color contains mainly: blue. Hex color #5518CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5518CC is #AAE733. Grayscale: #3E3E3E. Windows color (decimal): -11200308 or 13375573. OLE color: 13375573.

HSL color Cylindrical-coordinate representation of color #5518CC: hue angle of 260.33º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5518CC is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 85 24 204 -
CMYK 0.58 0.88 0 0.2
HSL 260.33º 0.79% 0.45% -
HSV(B) 260.33º 0.88% 0.8% -
XYZ 14.97 6.94 57.68 -
YUV 62.76 207.71 143.86 -
System Red Green Blue C M Y K H S L
Decimal 85 24 204 0.58 0.88 0 0.2 260.33 0.79 0.45
Hex 55 18 CC 3A 58 0 14 104 4F 2D
Octal 125 30 314 72 130 0 24 404 117 55
Binary 1010101 11000 11001100 111010 1011000 0 10100 100000100 1001111 101101

Color Harmonies of #5518CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5518CC

Black with #5518CC

Text Example


Text Example

White with #5518CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,24,204); }

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

background-color css

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

 a { background-color: rgb(85,24,204); }

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

border-color css

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

 span { border-color: rgb(85,24,204); }

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