#681FAE

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

Shades of Purple Heart #681FAE

Tints of Purple Heart #681FAE

Color information

#681FAE (or 0x681FAE) is unknown color: approx Purple Heart. HEX triplet: 68, 1F and AE. RGB value is (104,31,174). Sum of RGB (Red+Green+Blue) = 104+31+174=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 31 (12.5% from 255 or 10.03% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #681FAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681FAE is #97E051. Grayscale: #444444. Windows color (decimal): -9953362 or 11411304. OLE color: 11411304.

HSL color Cylindrical-coordinate representation of color #681FAE: hue angle of 270.63º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681FAE is Cyan = 0.40, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10431174-
CMYK0.400.8200.32
HSL270.63º69.76%40.2%-
HSV(B)270.63º82.18%68.24%-
XYZ13.846.9840.66-
YUV69.13187.18152.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 31 (12.5% from 255) = 10.03%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=33.66%
G=10.03%
B=56.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal104311740.400.8200.32270.6369.7640.2
Hex681FAE285202010f4628
Octal150372565012204041710650
Binary11010001111110101110101000101001001000001000011111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681FAE; }

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

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

<style>
 a { background-color: #681FAE; }

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

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

<style>
 span { border-color: #681FAE; }

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

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