#601AB9

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

Shades of Purple Heart #601AB9

Tints of Purple Heart #601AB9

Color information

#601AB9 (or 0x601AB9) is unknown color: approx Purple Heart. HEX triplet: 60, 1A and B9. RGB value is (96,26,185). Sum of RGB (Red+Green+Blue) = 96+26+185=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 185 (72.66% from 255 or 60.26% from 307); Max value from RGB is 185 - color contains mainly: blue. Hex color #601AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601AB9 is #9FE546. Grayscale: #404040. Windows color (decimal): -10478919 or 12130912. OLE color: 12130912.

HSL color Cylindrical-coordinate representation of color #601AB9: hue angle of 266.42º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601AB9 is Cyan = 0.48, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB9626185-
CMYK0.480.8600.27
HSL266.42º75.36%41.37%-
HSV(B)266.42º85.95%72.55%-
XYZ13.956.7346.46-
YUV65.06195.69150.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.27%
GREEN value IS 26 (10.55% from 255) = 8.47%
BLUE value IS 185 (72.66% from 255) = 60.26%
R=31.27%
G=8.47%
B=60.26%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96261850.480.8600.27266.4275.3641.37
Hex601AB9305601B10a4b29
Octal140322716012603341211351
Binary1100000110101011100111000010101100110111000010101001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601AB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,26,185); }

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

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

 a { background-color: rgb(96,26,185); }

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

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

 span { border-color: rgb(96,26,185); }

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