Html Css Color HEX #5600B7 Purple Heart

📋 copy color: '#5600B7'

red 86 ◦ green 0 ◦ blue 183

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

Shades of Purple Heart #5600B7

Tints of Purple Heart #5600B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 68.03%

R = 31.97%
G = 0%
B = 68.03%

CMYK

 C value IS 0.53

 M value IS 1

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#5600B7 (or 0x5600B7) is known color: Purple Heart. HEX triplet: 56, 00 and B7. RGB value is (86,0,183). Sum of RGB (Red+Green+Blue) = 86+0+183=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 183 (71.88% from 255 or 68.03% from 269); Max value from RGB is 183 - color contains mainly: blue. Hex color #5600B7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5600B7 is #A9FF48. Grayscale: #2D2D2D. Windows color (decimal): -11140937 or 11993174. OLE color: 11993174.

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

Color convert

RGB 86 0 183 -
CMYK 0.53 1 0 0.28
HSL 268.2º 1% 0.36% -
HSV(B) 268.2º 1% 0.72% -
XYZ 12.39 5.4 45.19 -
YUV 46.58 204.99 156.12 -
System Red Green Blue C M Y K H S L
Decimal 86 0 183 0.53 1 0 0.28 268.2 1 0.36
Hex 56 0 B7 35 64 0 1C 10C 64 24
Octal 126 0 267 65 144 0 34 414 144 44
Binary 1010110 0 10110111 110101 1100100 0 11100 100001100 1100100 100100

Color Harmonies of #5600B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5600B7

Black with #5600B7

Text Example


Text Example

White with #5600B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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