Html Css Color HEX #5510B8 Purple Heart

📋 copy color: '#5510B8'

red 85 ◦ green 16 ◦ blue 184

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

Shades of Purple Heart #5510B8

Tints of Purple Heart #5510B8

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.61%

 BLUE value IS 184 (72.27% from 255) = 64.56%

R = 29.82%
G = 5.61%
B = 64.56%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5510B8 (or 0x5510B8) is known color: Purple Heart. HEX triplet: 55, 10 and B8. RGB value is (85,16,184). Sum of RGB (Red+Green+Blue) = 85+16+184=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 16 (6.64% from 255 or 5.61% from 285); Blue value is 184 (72.27% from 255 or 64.56% from 285); Max value from RGB is 184 - color contains mainly: blue. Hex color #5510B8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5510B8 is #AAEF47. Grayscale: #373737. Windows color (decimal): -11202376 or 12062805. OLE color: 12062805.

HSL color Cylindrical-coordinate representation of color #5510B8: hue angle of 264.64º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5510B8 is Cyan = 0.54, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 85 16 184 -
CMYK 0.54 0.91 0 0.28
HSL 264.64º 0.84% 0.39% -
HSV(B) 264.64º 0.91% 0.72% -
XYZ 12.58 5.76 45.8 -
YUV 55.78 200.36 148.84 -
System Red Green Blue C M Y K H S L
Decimal 85 16 184 0.54 0.91 0 0.28 264.64 0.84 0.39
Hex 55 10 B8 36 5B 0 1C 109 54 27
Octal 125 20 270 66 133 0 34 411 124 47
Binary 1010101 10000 10111000 110110 1011011 0 11100 100001001 1010100 100111

Color Harmonies of #5510B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5510B8

Black with #5510B8

Text Example


Text Example

White with #5510B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5510B8; }

 p { color: rgb(85,16,184); }

 H1.HeaderClassName
 {
   color: #5510B8;
 }
 .AnyTagClassName
 {
   color: #5510B8;
 }
</style>

background-color css

<style>
 a { background-color: #5510B8; }

 a { background-color: rgb(85,16,184); }

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

border-color css

<style>
 span { border-color: #5510B8; }

 span { border-color: rgb(85,16,184); }

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