#681AC3

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

Shades of Purple Heart #681AC3

Tints of Purple Heart #681AC3

Color information

#681AC3 (or 0x681AC3) is unknown color: approx Purple Heart. HEX triplet: 68, 1A and C3. RGB value is (104,26,195). Sum of RGB (Red+Green+Blue) = 104+26+195=325 (43% of max value = 765). Red value is 104 (41.02% from 255 or 32% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 195 (76.56% from 255 or 60% from 325); Max value from RGB is 195 - color contains mainly: blue. Hex color #681AC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681AC3 is #97E53C. Grayscale: #434343. Windows color (decimal): -9954621 or 12786280. OLE color: 12786280.

HSL color Cylindrical-coordinate representation of color #681AC3: hue angle of 267.69º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #681AC3 is Cyan = 0.47, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10426195-
CMYK0.470.8700.24
HSL267.69º76.47%43.33%-
HSV(B)267.69º86.67%76.47%-
XYZ15.937.6252.26-
YUV68.59199.34153.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32%
GREEN value IS 26 (10.55% from 255) = 8%
BLUE value IS 195 (76.56% from 255) = 60%
R=32%
G=8%
B=60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal104261950.470.8700.24267.6976.4743.33
Hex681AC32F5701810c4c2b
Octal150323035712703041411453
Binary1101000110101100001110111110101110110001000011001001100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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