#6213A4

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

Shades of Purple Heart #6213A4

Tints of Purple Heart #6213A4

Color information

#6213A4 (or 0x6213A4) is unknown color: approx Purple Heart. HEX triplet: 62, 13 and A4. RGB value is (98,19,164). Sum of RGB (Red+Green+Blue) = 98+19+164=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 164 (64.45% from 255 or 58.36% from 281); Max value from RGB is 164 - color contains mainly: blue. Hex color #6213A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6213A4 is #9DEC5B. Grayscale: #3A3A3A. Windows color (decimal): -10349660 or 10752866. OLE color: 10752866.

HSL color Cylindrical-coordinate representation of color #6213A4: hue angle of 272.69º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6213A4 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9819164-
CMYK0.400.8800.36
HSL272.69º79.23%35.88%-
HSV(B)272.69º88.41%64.31%-
XYZ11.975.7435.6-
YUV59.15187.17155.71-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.88%
GREEN value IS 19 (7.81% from 255) = 6.76%
BLUE value IS 164 (64.45% from 255) = 58.36%
R=34.88%
G=6.76%
B=58.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98191640.400.8800.36272.6979.2335.88
Hex6213A428580241114f24
Octal142232445013004442111744
Binary11000101001110100100101000101100001001001000100011001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6213A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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