#6206AC

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

Shades of Purple Heart #6206AC

Tints of Purple Heart #6206AC

Color information

#6206AC (or 0x6206AC) is unknown color: approx Purple Heart. HEX triplet: 62, 06 and AC. RGB value is (98,6,172). Sum of RGB (Red+Green+Blue) = 98+6+172=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 172 (67.58% from 255 or 62.32% from 276); Max value from RGB is 172 - color contains mainly: blue. Hex color #6206AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6206AC is #9DF953. Grayscale: #333333. Windows color (decimal): -10352980 or 11273826. OLE color: 11273826.

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

Color convert

RGB986172-
CMYK0.430.9700.33
HSL273.25º93.26%34.9%-
HSV(B)273.25º96.51%67.45%-
XYZ12.555.7139.47-
YUV52.43195.48160.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.51%
GREEN value IS 6 (2.73% from 255) = 2.17%
BLUE value IS 172 (67.58% from 255) = 62.32%
R=35.51%
G=2.17%
B=62.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9861720.430.9700.33273.2593.2634.9
Hex626AC2B610211115d23
Octal14262545314104142113543
Binary110001011010101100101011110000101000011000100011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6206AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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