#681F9E

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

Shades of Royal Purple #681F9E

Tints of Royal Purple #681F9E

Color information

#681F9E (or 0x681F9E) is unknown color: approx Royal Purple. HEX triplet: 68, 1F and 9E. RGB value is (104,31,158). Sum of RGB (Red+Green+Blue) = 104+31+158=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 31 (12.5% from 255 or 10.58% from 293); Blue value is 158 (62.11% from 255 or 53.92% from 293); Max value from RGB is 158 - color contains mainly: blue. Hex color #681F9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681F9E is #97E061. Grayscale: #424242. Windows color (decimal): -9953378 or 10362728. OLE color: 10362728.

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

Color convert

RGB10431158-
CMYK0.340.8000.38
HSL274.49º67.2%37.06%-
HSV(B)274.49º80.38%61.96%-
XYZ12.376.3932.93-
YUV67.31179.18154.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.49%
GREEN value IS 31 (12.5% from 255) = 10.58%
BLUE value IS 158 (62.11% from 255) = 53.92%
R=35.49%
G=10.58%
B=53.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal104311580.340.8000.38274.4967.237.06
Hex681F9E22500261124325
Octal150372364212004642210345
Binary11010001111110011110100010101000001001101000100101000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,31,158); }

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

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

 a { background-color: rgb(104,31,158); }

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

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

 span { border-color: rgb(104,31,158); }

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