#683996

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

Shades of Royal Purple #683996

Tints of Royal Purple #683996

Color information

#683996 (or 0x683996) is unknown color: approx Royal Purple. HEX triplet: 68, 39 and 96. RGB value is (104,57,150). Sum of RGB (Red+Green+Blue) = 104+57+150=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 150 (58.98% from 255 or 48.23% from 311); Max value from RGB is 150 - color contains mainly: blue. Hex color #683996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #683996 is #97C669. Grayscale: #515151. Windows color (decimal): -9946730 or 9845096. OLE color: 9845096.

HSL color Cylindrical-coordinate representation of color #683996: hue angle of 270.32º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #683996 is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10457150-
CMYK0.310.6200.41
HSL270.32º44.93%40.59%-
HSV(B)270.32º62%58.82%-
XYZ12.688.0729.74-
YUV81.66166.57143.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.44%
GREEN value IS 57 (22.66% from 255) = 18.33%
BLUE value IS 150 (58.98% from 255) = 48.23%
R=33.44%
G=18.33%
B=48.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal104571500.310.6200.41270.3244.9340.59
Hex6839961F3E02910e2d29
Octal1507122637760514165551
Binary110100011100110010110111111111100101001100001110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683996; }

 p { color: rgb(104,57,150); }

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

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

 a { background-color: rgb(104,57,150); }

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

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

 span { border-color: rgb(104,57,150); }

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