#6808AD

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

Shades of Purple Heart #6808AD

Tints of Purple Heart #6808AD

Color information

#6808AD (or 0x6808AD) is unknown color: approx Purple Heart. HEX triplet: 68, 08 and AD. RGB value is (104,8,173). Sum of RGB (Red+Green+Blue) = 104+8+173=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 8 (3.52% from 255 or 2.81% from 285); Blue value is 173 (67.97% from 255 or 60.70% from 285); Max value from RGB is 173 - color contains mainly: blue. Hex color #6808AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6808AD is #97F752. Grayscale: #363636. Windows color (decimal): -9959251 or 11339880. OLE color: 11339880.

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

Color convert

RGB1048173-
CMYK0.400.9500.32
HSL274.91º91.16%35.49%-
HSV(B)274.91º95.38%67.84%-
XYZ13.346.1340.02-
YUV55.51194.3162.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.49%
GREEN value IS 8 (3.52% from 255) = 2.81%
BLUE value IS 173 (67.97% from 255) = 60.70%
R=36.49%
G=2.81%
B=60.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10481730.400.9500.32274.9191.1635.49
Hex688AD285F0201135b23
Octal150102555013704042313343
Binary1101000100010101101101000101111101000001000100111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6808AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,8,173); }

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

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

 a { background-color: rgb(104,8,173); }

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

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

 span { border-color: rgb(104,8,173); }

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