#6217AA

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

Shades of Purple Heart #6217AA

Tints of Purple Heart #6217AA

Color information

#6217AA (or 0x6217AA) is unknown color: approx Purple Heart. HEX triplet: 62, 17 and AA. RGB value is (98,23,170). Sum of RGB (Red+Green+Blue) = 98+23+170=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 23 (9.38% from 255 or 7.90% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #6217AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6217AA is #9DE855. Grayscale: #3D3D3D. Windows color (decimal): -10348630 or 11147106. OLE color: 11147106.

HSL color Cylindrical-coordinate representation of color #6217AA: hue angle of 270.61º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6217AA is Cyan = 0.42, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9823170-
CMYK0.420.8600.33
HSL270.61º76.17%37.84%-
HSV(B)270.61º86.47%66.67%-
XYZ12.66.1138.55-
YUV62.18188.85153.55-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.68%
GREEN value IS 23 (9.38% from 255) = 7.90%
BLUE value IS 170 (66.80% from 255) = 58.42%
R=33.68%
G=7.90%
B=58.42%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98231700.420.8600.33270.6176.1737.84
Hex6217AA2A5602110f4c26
Octal142272525212604141711446
Binary11000101011110101010101010101011001000011000011111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6217AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6217AA; }

 p { color: rgb(98,23,170); }

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

<style>
 a { background-color: #6217AA; }

 a { background-color: rgb(98,23,170); }

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

<style>
 span { border-color: #6217AA; }

 span { border-color: rgb(98,23,170); }

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