#6215AE

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

Shades of Purple Heart #6215AE

Tints of Purple Heart #6215AE

Color information

#6215AE (or 0x6215AE) is unknown color: approx Purple Heart. HEX triplet: 62, 15 and AE. RGB value is (98,21,174). Sum of RGB (Red+Green+Blue) = 98+21+174=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #6215AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6215AE is #9DEA51. Grayscale: #3C3C3C. Windows color (decimal): -10349138 or 11408738. OLE color: 11408738.

HSL color Cylindrical-coordinate representation of color #6215AE: hue angle of 270.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6215AE is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9821174-
CMYK0.440.8800.32
HSL270.2º78.46%38.24%-
HSV(B)270.2º87.93%68.24%-
XYZ12.956.1940.56-
YUV61.46191.51154.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.45%
GREEN value IS 21 (8.59% from 255) = 7.17%
BLUE value IS 174 (68.36% from 255) = 59.39%
R=33.45%
G=7.17%
B=59.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98211740.440.8800.32270.278.4638.24
Hex6215AE2C5802010e4e26
Octal142252565413004041611646
Binary11000101010110101110101100101100001000001000011101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6215AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6215AE; }

 p { color: rgb(98,21,174); }

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

<style>
 a { background-color: #6215AE; }

 a { background-color: rgb(98,21,174); }

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

<style>
 span { border-color: #6215AE; }

 span { border-color: rgb(98,21,174); }

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