#681BAF

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

Shades of Purple Heart #681BAF

Tints of Purple Heart #681BAF

Color information

#681BAF (or 0x681BAF) is unknown color: approx Purple Heart. HEX triplet: 68, 1B and AF. RGB value is (104,27,175). Sum of RGB (Red+Green+Blue) = 104+27+175=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #681BAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681BAF is #97E450. Grayscale: #424242. Windows color (decimal): -9954385 or 11475816. OLE color: 11475816.

HSL color Cylindrical-coordinate representation of color #681BAF: hue angle of 271.22º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681BAF is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10427175-
CMYK0.410.8500.31
HSL271.22º73.27%39.61%-
HSV(B)271.22º84.57%68.63%-
XYZ13.846.8241.14-
YUV66.9189.01154.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.99%
GREEN value IS 27 (10.94% from 255) = 8.82%
BLUE value IS 175 (68.75% from 255) = 57.19%
R=33.99%
G=8.82%
B=57.19%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal104271750.410.8500.31271.2273.2739.61
Hex681BAF295501F10f4928
Octal150332575112503741711150
Binary1101000110111010111110100110101010111111000011111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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