Html Css Color HEX #5512BC Purple Heart

📋 copy color: '#5512BC'

red 85 ◦ green 18 ◦ blue 188

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

Shades of Purple Heart #5512BC

Tints of Purple Heart #5512BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.6%

R = 29.21%
G = 6.19%
B = 64.6%

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

#5512BC (or 0x5512BC) is known color: Purple Heart. HEX triplet: 55, 12 and BC. RGB value is (85,18,188). Sum of RGB (Red+Green+Blue) = 85+18+188=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 18 (7.42% from 255 or 6.19% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #5512BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5512BC is #AAED43. Grayscale: #383838. Windows color (decimal): -11201860 or 12325461. OLE color: 12325461.

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

Color convert

RGB 85 18 188 -
CMYK 0.55 0.90 0 0.26
HSL 263.65º 0.83% 0.4% -
HSV(B) 263.65º 0.9% 0.74% -
XYZ 13.04 5.99 48.05 -
YUV 57.41 201.7 147.68 -
System Red Green Blue C M Y K H S L
Decimal 85 18 188 0.55 0.90 0 0.26 263.65 0.83 0.4
Hex 55 12 BC 37 5A 0 1A 108 53 28
Octal 125 22 274 67 132 0 32 410 123 50
Binary 1010101 10010 10111100 110111 1011010 0 11010 100001000 1010011 101000

Color Harmonies of #5512BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5512BC

Black with #5512BC

Text Example


Text Example

White with #5512BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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