Html Css Color HEX #5600BB Purple Heart

📋 copy color: '#5600BB'

red 86 ◦ green 0 ◦ blue 187

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

Shades of Purple Heart #5600BB

Tints of Purple Heart #5600BB

RGB

 RED value IS 86 (33.98% from 255) = 31.5%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 187 (73.44% from 255) = 68.5%

R = 31.5%
G = 0%
B = 68.5%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5600BB (or 0x5600BB) is known color: Purple Heart. HEX triplet: 56, 00 and BB. RGB value is (86,0,187). Sum of RGB (Red+Green+Blue) = 86+0+187=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 187 (73.44% from 255 or 68.50% from 273); Max value from RGB is 187 - color contains mainly: blue. Hex color #5600BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5600BB is #A9FF44. Grayscale: #2E2E2E. Windows color (decimal): -11140933 or 12255318. OLE color: 12255318.

HSL color Cylindrical-coordinate representation of color #5600BB: hue angle of 267.59º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5600BB is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 0 187 -
CMYK 0.54 1 0 0.27
HSL 267.59º 1% 0.37% -
HSV(B) 267.59º 1% 0.73% -
XYZ 12.81 5.57 47.41 -
YUV 47.03 206.99 155.79 -
System Red Green Blue C M Y K H S L
Decimal 86 0 187 0.54 1 0 0.27 267.59 1 0.37
Hex 56 0 BB 36 64 0 1B 10C 64 25
Octal 126 0 273 66 144 0 33 414 144 45
Binary 1010110 0 10111011 110110 1100100 0 11011 100001100 1100100 100101

Color Harmonies of #5600BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5600BB

Black with #5600BB

Text Example


Text Example

White with #5600BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5600BB; }

 p { color: rgb(86,0,187); }

 H1.HeaderClassName
 {
   color: #5600BB;
 }
 .AnyTagClassName
 {
   color: #5600BB;
 }
</style>

background-color css

<style>
 a { background-color: #5600BB; }

 a { background-color: rgb(86,0,187); }

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

border-color css

<style>
 span { border-color: #5600BB; }

 span { border-color: rgb(86,0,187); }

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