#6206AE

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

Shades of Purple Heart #6206AE

Tints of Purple Heart #6206AE

Color information

#6206AE (or 0x6206AE) is unknown color: approx Purple Heart. HEX triplet: 62, 06 and AE. RGB value is (98,6,174). Sum of RGB (Red+Green+Blue) = 98+6+174=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 174 (68.36% from 255 or 62.59% from 278); Max value from RGB is 174 - color contains mainly: blue. Hex color #6206AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6206AE is #9DF951. Grayscale: #343434. Windows color (decimal): -10352978 or 11404898. OLE color: 11404898.

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

Color convert

RGB986174-
CMYK0.440.9700.32
HSL272.86º93.33%35.29%-
HSV(B)272.86º96.55%68.24%-
XYZ12.745.7840.49-
YUV52.66196.48160.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.25%
GREEN value IS 6 (2.73% from 255) = 2.16%
BLUE value IS 174 (68.36% from 255) = 62.59%
R=35.25%
G=2.16%
B=62.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9861740.440.9700.32272.8693.3335.29
Hex626AE2C610201115d23
Octal14262565414104042113543
Binary110001011010101110101100110000101000001000100011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6206AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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