#6018DA

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

Shades of Purple Heart #6018DA

Tints of Purple Heart #6018DA

Color information

#6018DA (or 0x6018DA) is unknown color: approx Purple Heart. HEX triplet: 60, 18 and DA. RGB value is (96,24,218). Sum of RGB (Red+Green+Blue) = 96+24+218=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 24 (9.77% from 255 or 7.10% from 338); Blue value is 218 (85.55% from 255 or 64.50% from 338); Max value from RGB is 218 - color contains mainly: blue. Hex color #6018DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6018DA is #9FE725. Grayscale: #424242. Windows color (decimal): -10479398 or 14293088. OLE color: 14293088.

HSL color Cylindrical-coordinate representation of color #6018DA: hue angle of 262.27º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6018DA is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9624218-
CMYK0.560.8900.15
HSL262.27º80.17%47.45%-
HSV(B)262.27º88.99%85.49%-
XYZ17.818.266.97-
YUV67.64212.85148.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.40%
GREEN value IS 24 (9.77% from 255) = 7.10%
BLUE value IS 218 (85.55% from 255) = 64.50%
R=28.40%
G=7.10%
B=64.50%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal96242180.560.8900.15262.2780.1747.45
Hex6018DA38590F106502f
Octal140303327013101740612057
Binary110000011000110110101110001011001011111000001101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6018DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6018DA; }

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

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

<style>
 a { background-color: #6018DA; }

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

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

<style>
 span { border-color: #6018DA; }

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

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