Html Css Color HEX #5508C0 Purple Heart

📋 copy color: '#5508C0'

red 85 ◦ green 8 ◦ blue 192

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

Shades of Purple Heart #5508C0

Tints of Purple Heart #5508C0

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.81%

 BLUE value IS 192 (75.39% from 255) = 67.37%

R = 29.82%
G = 2.81%
B = 67.37%

CMYK

 C value IS 0.56

 M value IS 0.96

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5508C0 (or 0x5508C0) is known color: Purple Heart. HEX triplet: 55, 08 and C0. RGB value is (85,8,192). Sum of RGB (Red+Green+Blue) = 85+8+192=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 192 (75.39% from 255 or 67.37% from 285); Max value from RGB is 192 - color contains mainly: blue. Hex color #5508C0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5508C0 is #AAF73F. Grayscale: #333333. Windows color (decimal): -11204416 or 12585045. OLE color: 12585045.

HSL color Cylindrical-coordinate representation of color #5508C0: hue angle of 265.11º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5508C0 is Cyan = 0.56, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 8 192 -
CMYK 0.56 0.96 0 0.25
HSL 265.11º 0.92% 0.39% -
HSV(B) 265.11º 0.96% 0.75% -
XYZ 13.35 5.91 50.31 -
YUV 52 207.01 151.54 -
System Red Green Blue C M Y K H S L
Decimal 85 8 192 0.56 0.96 0 0.25 265.11 0.92 0.39
Hex 55 8 C0 38 60 0 19 109 5C 27
Octal 125 10 300 70 140 0 31 411 134 47
Binary 1010101 1000 11000000 111000 1100000 0 11001 100001001 1011100 100111

Color Harmonies of #5508C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5508C0

Black with #5508C0

Text Example


Text Example

White with #5508C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5508C0; }

 p { color: rgb(85,8,192); }

 H1.HeaderClassName
 {
   color: #5508C0;
 }
 .AnyTagClassName
 {
   color: #5508C0;
 }
</style>

background-color css

<style>
 a { background-color: #5508C0; }

 a { background-color: rgb(85,8,192); }

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

border-color css

<style>
 span { border-color: #5508C0; }

 span { border-color: rgb(85,8,192); }

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