Html Css Color HEX #5601BE Purple Heart

📋 copy color: '#5601BE'

red 86 ◦ green 1 ◦ blue 190

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

Shades of Purple Heart #5601BE

Tints of Purple Heart #5601BE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

 BLUE value IS 190 (74.61% from 255) = 68.59%

R = 31.05%
G = 0.36%
B = 68.59%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5601BE (or 0x5601BE) is known color: Purple Heart. HEX triplet: 56, 01 and BE. RGB value is (86,1,190). Sum of RGB (Red+Green+Blue) = 86+1+190=277 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.05% from 277); Green value is 1 (0.78% from 255 or 0.36% from 277); Blue value is 190 (74.61% from 255 or 68.59% from 277); Max value from RGB is 190 - color contains mainly: blue. Hex color #5601BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5601BE is #A9FE41. Grayscale: #2F2F2F. Windows color (decimal): -11140674 or 12452182. OLE color: 12452182.

HSL color Cylindrical-coordinate representation of color #5601BE: hue angle of 266.98º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5601BE is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 1 190 -
CMYK 0.55 0.99 0 0.25
HSL 266.98º 0.99% 0.37% -
HSV(B) 266.98º 0.99% 0.75% -
XYZ 13.14 5.72 49.13 -
YUV 47.96 208.16 155.13 -
System Red Green Blue C M Y K H S L
Decimal 86 1 190 0.55 0.99 0 0.25 266.98 0.99 0.37
Hex 56 1 BE 37 63 0 19 10B 63 25
Octal 126 1 276 67 143 0 31 413 143 45
Binary 1010110 1 10111110 110111 1100011 0 11001 100001011 1100011 100101

Color Harmonies of #5601BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5601BE

Black with #5601BE

Text Example


Text Example

White with #5601BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5601BE; }

 p { color: rgb(86,1,190); }

 H1.HeaderClassName
 {
   color: #5601BE;
 }
 .AnyTagClassName
 {
   color: #5601BE;
 }
</style>

background-color css

<style>
 a { background-color: #5601BE; }

 a { background-color: rgb(86,1,190); }

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

border-color css

<style>
 span { border-color: #5601BE; }

 span { border-color: rgb(86,1,190); }

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