#683A95

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

Shades of Royal Purple #683A95

Tints of Royal Purple #683A95

Color information

#683A95 (or 0x683A95) is unknown color: approx Royal Purple. HEX triplet: 68, 3A and 95. RGB value is (104,58,149). Sum of RGB (Red+Green+Blue) = 104+58+149=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 149 (58.59% from 255 or 47.91% from 311); Max value from RGB is 149 - color contains mainly: blue. Hex color #683A95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683A95 is #97C56A. Grayscale: #515151. Windows color (decimal): -9946475 or 9779816. OLE color: 9779816.

HSL color Cylindrical-coordinate representation of color #683A95: hue angle of 270.33º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #683A95 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10458149-
CMYK0.300.6100.42
HSL270.33º43.96%40.59%-
HSV(B)270.33º61.07%58.43%-
XYZ12.658.1429.34-
YUV82.13165.74143.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 58 (23.05% from 255) = 18.65%
BLUE value IS 149 (58.59% from 255) = 47.91%
R=33.44%
G=18.65%
B=47.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104581490.300.6100.42270.3343.9640.59
Hex683A951E3D02A10e2c29
Octal1507222536750524165451
Binary110100011101010010101111101111010101010100001110101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683A95; }

 p { color: rgb(104,58,149); }

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

<style>
 a { background-color: #683A95; }

 a { background-color: rgb(104,58,149); }

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

<style>
 span { border-color: #683A95; }

 span { border-color: rgb(104,58,149); }

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