Html Css Color HEX #5600BA Purple Heart

📋 copy color: '#5600BA'

red 86 ◦ green 0 ◦ blue 186

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

Shades of Purple Heart #5600BA

Tints of Purple Heart #5600BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 68.38%

R = 31.62%
G = 0%
B = 68.38%

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

#5600BA (or 0x5600BA) is known color: Purple Heart. HEX triplet: 56, 00 and BA. RGB value is (86,0,186). Sum of RGB (Red+Green+Blue) = 86+0+186=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 0 (0.39% from 255 or 0% from 272); Blue value is 186 (73.05% from 255 or 68.38% from 272); Max value from RGB is 186 - color contains mainly: blue. Hex color #5600BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5600BA is #A9FF45. Grayscale: #2E2E2E. Windows color (decimal): -11140934 or 12189782. OLE color: 12189782.

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

Color convert

RGB 86 0 186 -
CMYK 0.54 1 0 0.27
HSL 267.74º 1% 0.36% -
HSV(B) 267.74º 1% 0.73% -
XYZ 12.7 5.52 46.85 -
YUV 46.92 206.49 155.88 -
System Red Green Blue C M Y K H S L
Decimal 86 0 186 0.54 1 0 0.27 267.74 1 0.36
Hex 56 0 BA 36 64 0 1B 10C 64 24
Octal 126 0 272 66 144 0 33 414 144 44
Binary 1010110 0 10111010 110110 1100100 0 11011 100001100 1100100 100100

Color Harmonies of #5600BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5600BA

Black with #5600BA

Text Example


Text Example

White with #5600BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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