Html Css Color HEX #5512BE Purple Heart

📋 copy color: '#5512BE'

red 85 ◦ green 18 ◦ blue 190

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

Shades of Purple Heart #5512BE

Tints of Purple Heart #5512BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.85%

R = 29.01%
G = 6.14%
B = 64.85%

CMYK

 C value IS 0.55

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5512BE (or 0x5512BE) is known color: Purple Heart. HEX triplet: 55, 12 and BE. RGB value is (85,18,190). Sum of RGB (Red+Green+Blue) = 85+18+190=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 18 (7.42% from 255 or 6.14% from 293); Blue value is 190 (74.61% from 255 or 64.85% from 293); Max value from RGB is 190 - color contains mainly: blue. Hex color #5512BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5512BE is #AAED41. Grayscale: #393939. Windows color (decimal): -11201858 or 12456533. OLE color: 12456533.

HSL color Cylindrical-coordinate representation of color #5512BE: hue angle of 263.37º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5512BE is Cyan = 0.55, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 18 190 -
CMYK 0.55 0.91 0 0.25
HSL 263.37º 0.83% 0.41% -
HSV(B) 263.37º 0.91% 0.75% -
XYZ 13.26 6.08 49.19 -
YUV 57.64 202.7 147.51 -
System Red Green Blue C M Y K H S L
Decimal 85 18 190 0.55 0.91 0 0.25 263.37 0.83 0.41
Hex 55 12 BE 37 5B 0 19 107 53 29
Octal 125 22 276 67 133 0 31 407 123 51
Binary 1010101 10010 10111110 110111 1011011 0 11001 100000111 1010011 101001

Color Harmonies of #5512BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5512BE

Black with #5512BE

Text Example


Text Example

White with #5512BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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