#6810AE

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

Shades of Purple Heart #6810AE

Tints of Purple Heart #6810AE

Color information

#6810AE (or 0x6810AE) is unknown color: approx Purple Heart. HEX triplet: 68, 10 and AE. RGB value is (104,16,174). Sum of RGB (Red+Green+Blue) = 104+16+174=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 16 (6.64% from 255 or 5.44% from 294); Blue value is 174 (68.36% from 255 or 59.18% from 294); Max value from RGB is 174 - color contains mainly: blue. Hex color #6810AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6810AE is #97EF51. Grayscale: #3B3B3B. Windows color (decimal): -9957202 or 11407464. OLE color: 11407464.

HSL color Cylindrical-coordinate representation of color #6810AE: hue angle of 273.42º 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 #6810AE is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10416174-
CMYK0.400.9100.32
HSL273.42º83.16%37.25%-
HSV(B)273.42º90.8%68.24%-
XYZ13.536.3740.56-
YUV60.32192.15159.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.37%
GREEN value IS 16 (6.64% from 255) = 5.44%
BLUE value IS 174 (68.36% from 255) = 59.18%
R=35.37%
G=5.44%
B=59.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal104161740.400.9100.32273.4283.1637.25
Hex6810AE285B0201115325
Octal150202565013304042112345
Binary11010001000010101110101000101101101000001000100011010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6810AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,16,174); }

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

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

 a { background-color: rgb(104,16,174); }

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

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

 span { border-color: rgb(104,16,174); }

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