#680daf

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

Shades of Purple Heart #680DAF

Tints of Purple Heart #680DAF

Color information

#680DAF (or 0x680DAF) is unknown color: approx Purple Heart. HEX triplet: 68, 0D and AF. RGB value is (104,13,175). Sum of RGB (Red+Green+Blue) = 104+13+175=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #680DAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680DAF is #97F250. Grayscale: #3A3A3A. Windows color (decimal): -9957969 or 11472232. OLE color: 11472232.

HSL color Cylindrical-coordinate representation of color #680DAF: hue angle of 273.7º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680DAF is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10413175-
CMYK0.410.9300.31
HSL273.7º86.17%36.86%-
HSV(B)273.7º92.57%68.63%-
XYZ13.596.3341.06-
YUV58.68193.65160.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.62%
GREEN value IS 13 (5.47% from 255) = 4.45%
BLUE value IS 175 (68.75% from 255) = 59.93%
R=35.62%
G=4.45%
B=59.93%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104131750.410.9300.31273.786.1736.86
Hex68DAF295D01F1125625
Octal150152575113503742212645
Binary110100011011010111110100110111010111111000100101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680daf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680daf; }

 p { color: rgb(104,13,175); }

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

<style>
 a { background-color: #680daf; }

 a { background-color: rgb(104,13,175); }

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

<style>
 span { border-color: #680daf; }

 span { border-color: rgb(104,13,175); }

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