#601CBD

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

Shades of Purple Heart #601CBD

Tints of Purple Heart #601CBD

Color information

#601CBD (or 0x601CBD) is unknown color: approx Purple Heart. HEX triplet: 60, 1C and BD. RGB value is (96,28,189). Sum of RGB (Red+Green+Blue) = 96+28+189=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 28 (11.33% from 255 or 8.95% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #601CBD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601CBD is #9FE342. Grayscale: #424242. Windows color (decimal): -10478403 or 12393568. OLE color: 12393568.

HSL color Cylindrical-coordinate representation of color #601CBD: hue angle of 265.34º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #601CBD is Cyan = 0.49, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9628189-
CMYK0.490.8500.26
HSL265.34º74.19%42.55%-
HSV(B)265.34º85.19%74.12%-
XYZ14.426.9948.73-
YUV66.69197.03148.91-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.67%
GREEN value IS 28 (11.33% from 255) = 8.95%
BLUE value IS 189 (74.22% from 255) = 60.38%
R=30.67%
G=8.95%
B=60.38%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96281890.490.8500.26265.3474.1942.55
Hex601CBD315501A1094a2b
Octal140342756112503241111253
Binary1100000111001011110111000110101010110101000010011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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