#601ADA

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

Shades of Purple Heart #601ADA

Tints of Purple Heart #601ADA

Color information

#601ADA (or 0x601ADA) is unknown color: approx Purple Heart. HEX triplet: 60, 1A and DA. RGB value is (96,26,218). Sum of RGB (Red+Green+Blue) = 96+26+218=340 (45% of max value = 765). Red value is 96 (37.89% from 255 or 28.24% from 340); Green value is 26 (10.55% from 255 or 7.65% from 340); Blue value is 218 (85.55% from 255 or 64.12% from 340); Max value from RGB is 218 - color contains mainly: blue. Hex color #601ADA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #601ADA is #9FE525. Grayscale: #444444. Windows color (decimal): -10478886 or 14293600. OLE color: 14293600.

HSL color Cylindrical-coordinate representation of color #601ADA: hue angle of 261.88º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #601ADA is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9626218-
CMYK0.560.8800.15
HSL261.88º78.69%47.84%-
HSV(B)261.88º88.07%85.49%-
XYZ17.858.2966.99-
YUV68.82212.19147.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.24%
GREEN value IS 26 (10.55% from 255) = 7.65%
BLUE value IS 218 (85.55% from 255) = 64.12%
R=28.24%
G=7.65%
B=64.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal96262180.560.8800.15261.8878.6947.84
Hex601ADA38580F1064f30
Octal140323327013001740611760
Binary110000011010110110101110001011000011111000001101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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