#6213AC

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

Shades of Purple Heart #6213AC

Tints of Purple Heart #6213AC

Color information

#6213AC (or 0x6213AC) is unknown color: approx Purple Heart. HEX triplet: 62, 13 and AC. RGB value is (98,19,172). Sum of RGB (Red+Green+Blue) = 98+19+172=289 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.91% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 172 (67.58% from 255 or 59.52% from 289); Max value from RGB is 172 - color contains mainly: blue. Hex color #6213AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6213AC is #9DEC53. Grayscale: #3B3B3B. Windows color (decimal): -10349652 or 11277154. OLE color: 11277154.

HSL color Cylindrical-coordinate representation of color #6213AC: hue angle of 270.98º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6213AC is Cyan = 0.43, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9819172-
CMYK0.430.8900.33
HSL270.98º80.1%37.45%-
HSV(B)270.98º88.95%67.45%-
XYZ12.726.0439.53-
YUV60.06191.17155.06-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.91%
GREEN value IS 19 (7.81% from 255) = 6.57%
BLUE value IS 172 (67.58% from 255) = 59.52%
R=33.91%
G=6.57%
B=59.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal98191720.430.8900.33270.9880.137.45
Hex6213AC2B5902110f5025
Octal142232545313104141712045
Binary11000101001110101100101011101100101000011000011111010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6213AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6213AC; }

 p { color: rgb(98,19,172); }

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

<style>
 a { background-color: #6213AC; }

 a { background-color: rgb(98,19,172); }

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

<style>
 span { border-color: #6213AC; }

 span { border-color: rgb(98,19,172); }

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