#681AB1

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

Shades of Purple Heart #681AB1

Tints of Purple Heart #681AB1

Color information

#681AB1 (or 0x681AB1) is unknown color: approx Purple Heart. HEX triplet: 68, 1A and B1. RGB value is (104,26,177). Sum of RGB (Red+Green+Blue) = 104+26+177=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 26 (10.55% from 255 or 8.47% from 307); Blue value is 177 (69.53% from 255 or 57.65% from 307); Max value from RGB is 177 - color contains mainly: blue. Hex color #681AB1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681AB1 is #97E54E. Grayscale: #424242. Windows color (decimal): -9954639 or 11606632. OLE color: 11606632.

HSL color Cylindrical-coordinate representation of color #681AB1: hue angle of 270.99º degrees, saturation: 0.74, 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 #681AB1 is Cyan = 0.41, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10426177-
CMYK0.410.8500.31
HSL270.99º74.38%39.8%-
HSV(B)270.99º85.31%69.41%-
XYZ14.016.8642.18-
YUV66.54190.34154.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 26 (10.55% from 255) = 8.47%
BLUE value IS 177 (69.53% from 255) = 57.65%
R=33.88%
G=8.47%
B=57.65%

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
Decimal104261770.410.8500.31270.9974.3839.8
Hex681AB1295501F10f4a28
Octal150322615112503741711250
Binary1101000110101011000110100110101010111111000011111001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,26,177); }

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

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

 a { background-color: rgb(104,26,177); }

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

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

 span { border-color: rgb(104,26,177); }

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