Html Css Color HEX #5600BD Purple Heart

📋 copy color: '#5600BD'

red 86 ◦ green 0 ◦ blue 189

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

Shades of Purple Heart #5600BD

Tints of Purple Heart #5600BD

RGB

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

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

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

R = 31.27%
G = 0%
B = 68.73%

CMYK

 C value IS 0.54

 M value IS 1

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5600BD (or 0x5600BD) is known color: Purple Heart. HEX triplet: 56, 00 and BD. RGB value is (86,0,189). Sum of RGB (Red+Green+Blue) = 86+0+189=275 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.27% from 275); Green value is 0 (0.39% from 255 or 0% from 275); Blue value is 189 (74.22% from 255 or 68.73% from 275); Max value from RGB is 189 - color contains mainly: blue. Hex color #5600BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5600BD is #A9FF42. Grayscale: #2E2E2E. Windows color (decimal): -11140931 or 12386390. OLE color: 12386390.

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

Color convert

RGB 86 0 189 -
CMYK 0.54 1 0 0.26
HSL 267.3º 1% 0.37% -
HSV(B) 267.3º 1% 0.74% -
XYZ 13.02 5.65 48.55 -
YUV 47.26 207.99 155.63 -
System Red Green Blue C M Y K H S L
Decimal 86 0 189 0.54 1 0 0.26 267.3 1 0.37
Hex 56 0 BD 36 64 0 1A 10B 64 25
Octal 126 0 275 66 144 0 32 413 144 45
Binary 1010110 0 10111101 110110 1100100 0 11010 100001011 1100100 100101

Color Harmonies of #5600BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5600BD

Black with #5600BD

Text Example


Text Example

White with #5600BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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