Html Css Color HEX #5601C1 Purple Heart

📋 copy color: '#5601C1'

red 86 ◦ green 1 ◦ blue 193

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

Shades of Purple Heart #5601C1

Tints of Purple Heart #5601C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 68.93%

R = 30.71%
G = 0.36%
B = 68.93%

CMYK

 C value IS 0.55

 M value IS 0.99

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#5601C1 (or 0x5601C1) is known color: Purple Heart. HEX triplet: 56, 01 and C1. RGB value is (86,1,193). Sum of RGB (Red+Green+Blue) = 86+1+193=280 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.71% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 193 (75.78% from 255 or 68.93% from 280); Max value from RGB is 193 - color contains mainly: blue. Hex color #5601C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5601C1 is #A9FE3E. Grayscale: #2F2F2F. Windows color (decimal): -11140671 or 12648790. OLE color: 12648790.

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

Color convert

RGB 86 1 193 -
CMYK 0.55 0.99 0 0.24
HSL 266.56º 0.99% 0.38% -
HSV(B) 266.56º 0.99% 0.76% -
XYZ 13.47 5.85 50.87 -
YUV 48.3 209.66 154.89 -
System Red Green Blue C M Y K H S L
Decimal 86 1 193 0.55 0.99 0 0.24 266.56 0.99 0.38
Hex 56 1 C1 37 63 0 18 10B 63 26
Octal 126 1 301 67 143 0 30 413 143 46
Binary 1010110 1 11000001 110111 1100011 0 11000 100001011 1100011 100110

Color Harmonies of #5601C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5601C1

Black with #5601C1

Text Example


Text Example

White with #5601C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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