#601AB8

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

Shades of Purple Heart #601AB8

Tints of Purple Heart #601AB8

Color information

#601AB8 (or 0x601AB8) is unknown color: approx Purple Heart. HEX triplet: 60, 1A and B8. RGB value is (96,26,184). Sum of RGB (Red+Green+Blue) = 96+26+184=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 184 (72.27% from 255 or 60.13% from 306); Max value from RGB is 184 - color contains mainly: blue. Hex color #601AB8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601AB8 is #9FE547. Grayscale: #404040. Windows color (decimal): -10478920 or 12065376. OLE color: 12065376.

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

Color convert

RGB9626184-
CMYK0.480.8600.28
HSL266.58º75.24%41.18%-
HSV(B)266.58º85.87%72.16%-
XYZ13.846.6945.91-
YUV64.94195.19150.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.37%
GREEN value IS 26 (10.55% from 255) = 8.50%
BLUE value IS 184 (72.27% from 255) = 60.13%
R=31.37%
G=8.50%
B=60.13%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal96261840.480.8600.28266.5875.2441.18
Hex601AB8305601C10b4b29
Octal140322706012603441311351
Binary1100000110101011100011000010101100111001000010111001011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601AB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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