#693190

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

Shades of Royal Purple #693190

Tints of Royal Purple #693190

Color information

#693190 (or 0x693190) is unknown color: approx Royal Purple. HEX triplet: 69, 31 and 90. RGB value is (105,49,144). Sum of RGB (Red+Green+Blue) = 105+49+144=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 144 (56.64% from 255 or 48.32% from 298); Max value from RGB is 144 - color contains mainly: blue. Hex color #693190 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693190 is #96CE6F. Grayscale: #4C4C4C. Windows color (decimal): -9883248 or 9449833. OLE color: 9449833.

HSL color Cylindrical-coordinate representation of color #693190: hue angle of 275.37º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #693190 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10549144-
CMYK0.270.6600.44
HSL275.37º49.22%37.84%-
HSV(B)275.37º65.97%56.47%-
XYZ11.967.2127.15-
YUV76.57166.05148.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 49 (19.53% from 255) = 16.44%
BLUE value IS 144 (56.64% from 255) = 48.32%
R=35.23%
G=16.44%
B=48.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105491440.270.6600.44275.3749.2237.84
Hex6931901B4202C1133126
Octal15161220331020544236146
Binary1101001110001100100001101110000100101100100010011110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693190; }

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

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

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

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

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

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

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

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