#693193

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

Shades of Royal Purple #693193

Tints of Royal Purple #693193

Color information

#693193 (or 0x693193) is unknown color: approx Royal Purple. HEX triplet: 69, 31 and 93. RGB value is (105,49,147). Sum of RGB (Red+Green+Blue) = 105+49+147=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 147 (57.81% from 255 or 48.84% from 301); Max value from RGB is 147 - color contains mainly: blue. Hex color #693193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693193 is #96CE6C. Grayscale: #4C4C4C. Windows color (decimal): -9883245 or 9646441. OLE color: 9646441.

HSL color Cylindrical-coordinate representation of color #693193: hue angle of 274.29º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #693193 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10549147-
CMYK0.290.6700.42
HSL274.29º50%38.43%-
HSV(B)274.29º66.67%57.65%-
XYZ12.197.3128.37-
YUV76.92167.55148.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 49 (19.53% from 255) = 16.28%
BLUE value IS 147 (57.81% from 255) = 48.84%
R=34.88%
G=16.28%
B=48.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105491470.290.6700.42274.295038.43
Hex6931931D4302A1123226
Octal15161223351030524226246
Binary1101001110001100100111110110000110101010100010010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693193; }

 p { color: rgb(105,49,147); }

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

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

 a { background-color: rgb(105,49,147); }

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

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

 span { border-color: rgb(105,49,147); }

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