#6210AD

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

Shades of Purple Heart #6210AD

Tints of Purple Heart #6210AD

Color information

#6210AD (or 0x6210AD) is unknown color: approx Purple Heart. HEX triplet: 62, 10 and AD. RGB value is (98,16,173). Sum of RGB (Red+Green+Blue) = 98+16+173=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 16 (6.64% from 255 or 5.57% from 287); Blue value is 173 (67.97% from 255 or 60.28% from 287); Max value from RGB is 173 - color contains mainly: blue. Hex color #6210AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6210AD is #9DEF52. Grayscale: #393939. Windows color (decimal): -10350419 or 11341922. OLE color: 11341922.

HSL color Cylindrical-coordinate representation of color #6210AD: hue angle of 271.34º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6210AD is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9816173-
CMYK0.430.9100.32
HSL271.34º83.07%37.06%-
HSV(B)271.34º90.75%67.84%-
XYZ12.775.9840.02-
YUV58.42192.67156.23-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.15%
GREEN value IS 16 (6.64% from 255) = 5.57%
BLUE value IS 173 (67.97% from 255) = 60.28%
R=34.15%
G=5.57%
B=60.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98161730.430.9100.32271.3483.0737.06
Hex6210AD2B5B02010f5325
Octal142202555313304041712345
Binary11000101000010101101101011101101101000001000011111010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6210AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6210AD; }

 p { color: rgb(98,16,173); }

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

<style>
 a { background-color: #6210AD; }

 a { background-color: rgb(98,16,173); }

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

<style>
 span { border-color: #6210AD; }

 span { border-color: rgb(98,16,173); }

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