Html Css Color HEX #5510BA Purple Heart

📋 copy color: '#5510BA'

red 85 ◦ green 16 ◦ blue 186

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

Shades of Purple Heart #5510BA

Tints of Purple Heart #5510BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 64.81%

R = 29.62%
G = 5.57%
B = 64.81%

CMYK

 C value IS 0.54

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5510BA (or 0x5510BA) is known color: Purple Heart. HEX triplet: 55, 10 and BA. RGB value is (85,16,186). Sum of RGB (Red+Green+Blue) = 85+16+186=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 186 (73.05% from 255 or 64.81% from 287); Max value from RGB is 186 - color contains mainly: blue. Hex color #5510BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5510BA is #AAEF45. Grayscale: #373737. Windows color (decimal): -11202374 or 12193877. OLE color: 12193877.

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

Color convert

RGB 85 16 186 -
CMYK 0.54 0.91 0 0.27
HSL 264.35º 0.84% 0.4% -
HSV(B) 264.35º 0.91% 0.73% -
XYZ 12.79 5.85 46.91 -
YUV 56.01 201.36 148.68 -
System Red Green Blue C M Y K H S L
Decimal 85 16 186 0.54 0.91 0 0.27 264.35 0.84 0.4
Hex 55 10 BA 36 5B 0 1B 108 54 28
Octal 125 20 272 66 133 0 33 410 124 50
Binary 1010101 10000 10111010 110110 1011011 0 11011 100001000 1010100 101000

Color Harmonies of #5510BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5510BA

Black with #5510BA

Text Example


Text Example

White with #5510BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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