#683D95

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

Shades of Royal Purple #683D95

Tints of Royal Purple #683D95

Color information

#683D95 (or 0x683D95) is unknown color: approx Royal Purple. HEX triplet: 68, 3D and 95. RGB value is (104,61,149). Sum of RGB (Red+Green+Blue) = 104+61+149=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 149 (58.59% from 255 or 47.45% from 314); Max value from RGB is 149 - color contains mainly: blue. Hex color #683D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683D95 is #97C26A. Grayscale: #535353. Windows color (decimal): -9945707 or 9780584. OLE color: 9780584.

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

Color convert

RGB10461149-
CMYK0.300.5900.42
HSL269.32º41.9%41.18%-
HSV(B)269.32º59.06%58.43%-
XYZ12.88.4529.39-
YUV83.89164.75142.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.12%
GREEN value IS 61 (24.22% from 255) = 19.43%
BLUE value IS 149 (58.59% from 255) = 47.45%
R=33.12%
G=19.43%
B=47.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal104611490.300.5900.42269.3241.941.18
Hex683D951E3B02A10d2a29
Octal1507522536730524155251
Binary110100011110110010101111101110110101010100001101101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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