#601EB1

Color #601EB1 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #601EB1

Tints of Purple Heart #601EB1

Color information

#601EB1 (or 0x601EB1) is unknown color: approx Purple Heart. HEX triplet: 60, 1E and B1. RGB value is (96,30,177). Sum of RGB (Red+Green+Blue) = 96+30+177=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 30 (12.11% from 255 or 9.90% from 303); Blue value is 177 (69.53% from 255 or 58.42% from 303); Max value from RGB is 177 - color contains mainly: blue. Hex color #601EB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #601EB1 is #9FE14E. Grayscale: #414141. Windows color (decimal): -10477903 or 11607648. OLE color: 11607648.

HSL color Cylindrical-coordinate representation of color #601EB1: hue angle of 266.94º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #601EB1 is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9630177-
CMYK0.460.8300.31
HSL266.94º71.01%40.59%-
HSV(B)266.94º83.05%69.41%-
XYZ13.226.5942.17-
YUV66.49190.37149.05-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 30 (12.11% from 255) = 9.90%
BLUE value IS 177 (69.53% from 255) = 58.42%
R=31.68%
G=9.90%
B=58.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal96301770.460.8300.31266.9471.0140.59
Hex601EB12E5301F10b4729
Octal140362615612303741310751
Binary1100000111101011000110111010100110111111000010111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601EB1; }

 p { color: rgb(96,30,177); }

 H1.HeaderClassName
 {
   color: #601EB1;
 }
 .AnyTagClassName
 {
   color: #601EB1;
 }
</style>
background-color css

<style>
 a { background-color: #601EB1; }

 a { background-color: rgb(96,30,177); }

 div.DivClassName
 {
   background-color: #601EB1;
 }
 .BgClassName
 {
   background-color: #601EB1;
 }
</style>
border-color css

<style>
 span { border-color: #601EB1; }

 span { border-color: rgb(96,30,177); }

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