#601CB3

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

Shades of Purple Heart #601CB3

Tints of Purple Heart #601CB3

Color information

#601CB3 (or 0x601CB3) is unknown color: approx Purple Heart. HEX triplet: 60, 1C and B3. RGB value is (96,28,179). Sum of RGB (Red+Green+Blue) = 96+28+179=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 28 (11.33% from 255 or 9.24% from 303); Blue value is 179 (70.31% from 255 or 59.08% from 303); Max value from RGB is 179 - color contains mainly: blue. Hex color #601CB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601CB3 is #9FE34C. Grayscale: #414141. Windows color (decimal): -10478413 or 11738208. OLE color: 11738208.

HSL color Cylindrical-coordinate representation of color #601CB3: hue angle of 267.02º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #601CB3 is Cyan = 0.46, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB9628179-
CMYK0.460.8400.30
HSL267.02º72.95%40.59%-
HSV(B)267.02º84.36%70.2%-
XYZ13.386.5743.21-
YUV65.55192.03149.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.68%
GREEN value IS 28 (11.33% from 255) = 9.24%
BLUE value IS 179 (70.31% from 255) = 59.08%
R=31.68%
G=9.24%
B=59.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal96281790.460.8400.30267.0272.9540.59
Hex601CB32E5401E10b4929
Octal140342635612403641311151
Binary1100000111001011001110111010101000111101000010111001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,28,179); }

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

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

 a { background-color: rgb(96,28,179); }

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

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

 span { border-color: rgb(96,28,179); }

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