#601BC0

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

Shades of Purple Heart #601BC0

Tints of Purple Heart #601BC0

Color information

#601BC0 (or 0x601BC0) is unknown color: approx Purple Heart. HEX triplet: 60, 1B and C0. RGB value is (96,27,192). Sum of RGB (Red+Green+Blue) = 96+27+192=315 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.48% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 192 (75.39% from 255 or 60.95% from 315); Max value from RGB is 192 - color contains mainly: blue. Hex color #601BC0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601BC0 is #9FE43F. Grayscale: #414141. Windows color (decimal): -10478656 or 12589920. OLE color: 12589920.

HSL color Cylindrical-coordinate representation of color #601BC0: hue angle of 265.09º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #601BC0 is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9627192-
CMYK0.500.8600.25
HSL265.09º75.34%42.94%-
HSV(B)265.09º85.94%75.29%-
XYZ14.737.0850.46-
YUV66.44198.86149.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.48%
GREEN value IS 27 (10.94% from 255) = 8.57%
BLUE value IS 192 (75.39% from 255) = 60.95%
R=30.48%
G=8.57%
B=60.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96271920.500.8600.25265.0975.3442.94
Hex601BC032560191094b2b
Octal140333006212603141111353
Binary1100000110111100000011001010101100110011000010011001011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,27,192); }

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

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

 a { background-color: rgb(96,27,192); }

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

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

 span { border-color: rgb(96,27,192); }

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