#681cce

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

Shades of Purple Heart #681CCE

Tints of Purple Heart #681CCE

Color information

#681CCE (or 0x681CCE) is unknown color: approx Purple Heart. HEX triplet: 68, 1C and CE. RGB value is (104,28,206). Sum of RGB (Red+Green+Blue) = 104+28+206=338 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.77% from 338); Green value is 28 (11.33% from 255 or 8.28% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #681CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #681CCE is #97E331. Grayscale: #464646. Windows color (decimal): -9954098 or 13507688. OLE color: 13507688.

HSL color Cylindrical-coordinate representation of color #681CCE: hue angle of 265.62º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681CCE is Cyan = 0.50, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10428206-
CMYK0.500.8600.19
HSL265.62º76.07%45.88%-
HSV(B)265.62º86.41%80.78%-
XYZ17.268.2359.07-
YUV71.02204.18151.53-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 30.77%
GREEN value IS 28 (11.33% from 255) = 8.28%
BLUE value IS 206 (80.86% from 255) = 60.95%
R=30.77%
G=8.28%
B=60.95%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal104282060.500.8600.19265.6276.0745.88
Hex681CCE325601310a4c2e
Octal150343166212602341211456
Binary1101000111001100111011001010101100100111000010101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681cce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,28,206); }

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

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

 a { background-color: rgb(104,28,206); }

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

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

 span { border-color: rgb(104,28,206); }

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