Html Css Color HEX #5512BD Purple Heart

📋 copy color: '#5512BD'

red 85 ◦ green 18 ◦ blue 189

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

Shades of Purple Heart #5512BD

Tints of Purple Heart #5512BD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.16%

 BLUE value IS 189 (74.22% from 255) = 64.73%

R = 29.11%
G = 6.16%
B = 64.73%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5512BD (or 0x5512BD) is known color: Purple Heart. HEX triplet: 55, 12 and BD. RGB value is (85,18,189). Sum of RGB (Red+Green+Blue) = 85+18+189=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #5512BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5512BD is #AAED42. Grayscale: #383838. Windows color (decimal): -11201859 or 12390997. OLE color: 12390997.

HSL color Cylindrical-coordinate representation of color #5512BD: hue angle of 263.51º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5512BD is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 18 189 -
CMYK 0.55 0.90 0 0.26
HSL 263.51º 0.83% 0.41% -
HSV(B) 263.51º 0.9% 0.74% -
XYZ 13.15 6.04 48.62 -
YUV 57.53 202.2 147.6 -
System Red Green Blue C M Y K H S L
Decimal 85 18 189 0.55 0.90 0 0.26 263.51 0.83 0.41
Hex 55 12 BD 37 5A 0 1A 108 53 29
Octal 125 22 275 67 132 0 32 410 123 51
Binary 1010101 10010 10111101 110111 1011010 0 11010 100001000 1010011 101001

Color Harmonies of #5512BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5512BD

Black with #5512BD

Text Example


Text Example

White with #5512BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5512BD; }

 p { color: rgb(85,18,189); }

 H1.HeaderClassName
 {
   color: #5512BD;
 }
 .AnyTagClassName
 {
   color: #5512BD;
 }
</style>

background-color css

<style>
 a { background-color: #5512BD; }

 a { background-color: rgb(85,18,189); }

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

border-color css

<style>
 span { border-color: #5512BD; }

 span { border-color: rgb(85,18,189); }

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