#693996

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

Shades of Royal Purple #693996

Tints of Royal Purple #693996

Color information

#693996 (or 0x693996) is unknown color: approx Royal Purple. HEX triplet: 69, 39 and 96. RGB value is (105,57,150). Sum of RGB (Red+Green+Blue) = 105+57+150=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 150 (58.98% from 255 or 48.08% from 312); Max value from RGB is 150 - color contains mainly: blue. Hex color #693996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693996 is #96C669. Grayscale: #515151. Windows color (decimal): -9881194 or 9845097. OLE color: 9845097.

HSL color Cylindrical-coordinate representation of color #693996: hue angle of 270.97º 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 #693996 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10557150-
CMYK0.300.6200.41
HSL270.97º44.93%40.59%-
HSV(B)270.97º62%58.82%-
XYZ12.798.1329.75-
YUV81.95166.4144.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.65%
GREEN value IS 57 (22.66% from 255) = 18.27%
BLUE value IS 150 (58.98% from 255) = 48.08%
R=33.65%
G=18.27%
B=48.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105571500.300.6200.41270.9744.9340.59
Hex6939961E3E02910f2d29
Octal1517122636760514175551
Binary110100111100110010110111101111100101001100001111101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693996; }

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

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

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

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

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

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

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

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