#6805AD

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

Shades of Purple Heart #6805AD

Tints of Purple Heart #6805AD

Color information

#6805AD (or 0x6805AD) is unknown color: approx Purple Heart. HEX triplet: 68, 05 and AD. RGB value is (104,5,173). Sum of RGB (Red+Green+Blue) = 104+5+173=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 5 (2.34% from 255 or 1.77% from 282); Blue value is 173 (67.97% from 255 or 61.35% from 282); Max value from RGB is 173 - color contains mainly: blue. Hex color #6805AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6805AD is #97FA52. Grayscale: #353535. Windows color (decimal): -9960019 or 11339112. OLE color: 11339112.

HSL color Cylindrical-coordinate representation of color #6805AD: hue angle of 275.36º degrees, saturation: 0.94, 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 #6805AD is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1045173-
CMYK0.400.9700.32
HSL275.36º94.38%34.9%-
HSV(B)275.36º97.11%67.84%-
XYZ13.316.0740.01-
YUV53.75195.3163.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.88%
GREEN value IS 5 (2.34% from 255) = 1.77%
BLUE value IS 173 (67.97% from 255) = 61.35%
R=36.88%
G=1.77%
B=61.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10451730.400.9700.32275.3694.3834.9
Hex685AD28610201135e23
Octal15052555014104042313643
Binary110100010110101101101000110000101000001000100111011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6805AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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