#681C9B

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

Shades of Royal Purple #681C9B

Tints of Royal Purple #681C9B

Color information

#681C9B (or 0x681C9B) is unknown color: approx Royal Purple. HEX triplet: 68, 1C and 9B. RGB value is (104,28,155). Sum of RGB (Red+Green+Blue) = 104+28+155=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 28 (11.33% from 255 or 9.76% from 287); Blue value is 155 (60.94% from 255 or 54.01% from 287); Max value from RGB is 155 - color contains mainly: blue. Hex color #681C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #681C9B is #97E364. Grayscale: #404040. Windows color (decimal): -9954149 or 10165352. OLE color: 10165352.

HSL color Cylindrical-coordinate representation of color #681C9B: hue angle of 275.91º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681C9B is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10428155-
CMYK0.330.8200.39
HSL275.91º69.4%35.88%-
HSV(B)275.91º81.94%60.78%-
XYZ12.046.1431.56-
YUV65.2178.68155.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 28 (11.33% from 255) = 9.76%
BLUE value IS 155 (60.94% from 255) = 54.01%
R=36.24%
G=9.76%
B=54.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal104281550.330.8200.39275.9169.435.88
Hex681C9B21520271144524
Octal150342334112204742410544
Binary11010001110010011011100001101001001001111000101001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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