#693093

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

Shades of Royal Purple #693093

Tints of Royal Purple #693093

Color information

#693093 (or 0x693093) is unknown color: approx Royal Purple. HEX triplet: 69, 30 and 93. RGB value is (105,48,147). Sum of RGB (Red+Green+Blue) = 105+48+147=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #693093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693093 is #96CF6C. Grayscale: #4B4B4B. Windows color (decimal): -9883501 or 9646185. OLE color: 9646185.

HSL color Cylindrical-coordinate representation of color #693093: hue angle of 274.55º degrees, saturation: 0.51, 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 #693093 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10548147-
CMYK0.290.6700.42
HSL274.55º50.77%38.24%-
HSV(B)274.55º67.35%57.65%-
XYZ12.157.2228.36-
YUV76.33167.88148.45-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35%
GREEN value IS 48 (19.14% from 255) = 16%
BLUE value IS 147 (57.81% from 255) = 49%
R=35%
G=16%
B=49%

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
Decimal105481470.290.6700.42274.5550.7738.24
Hex6930931D4302A1133326
Octal15160223351030524236346
Binary1101001110000100100111110110000110101010100010011110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693093; }

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

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

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

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

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

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

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

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