#681E9D

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

Shades of Royal Purple #681E9D

Tints of Royal Purple #681E9D

Color information

#681E9D (or 0x681E9D) is unknown color: approx Royal Purple. HEX triplet: 68, 1E and 9D. RGB value is (104,30,157). Sum of RGB (Red+Green+Blue) = 104+30+157=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 157 (61.72% from 255 or 53.95% from 291); Max value from RGB is 157 - color contains mainly: blue. Hex color #681E9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681E9D is #97E162. Grayscale: #424242. Windows color (decimal): -9953635 or 10296936. OLE color: 10296936.

HSL color Cylindrical-coordinate representation of color #681E9D: hue angle of 274.96º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #681E9D is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10430157-
CMYK0.340.8100.38
HSL274.96º67.91%36.67%-
HSV(B)274.96º80.89%61.57%-
XYZ12.266.3132.47-
YUV66.6179.02154.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.74%
GREEN value IS 30 (12.11% from 255) = 10.31%
BLUE value IS 157 (61.72% from 255) = 53.95%
R=35.74%
G=10.31%
B=53.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104301570.340.8100.38274.9667.9136.67
Hex681E9D22510261134425
Octal150362354212104642310445
Binary11010001111010011101100010101000101001101000100111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,30,157); }

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

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

 a { background-color: rgb(104,30,157); }

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

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

 span { border-color: rgb(104,30,157); }

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