#693E94

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

Shades of Royal Purple #693E94

Tints of Royal Purple #693E94

Color information

#693E94 (or 0x693E94) is unknown color: approx Royal Purple. HEX triplet: 69, 3E and 94. RGB value is (105,62,148). Sum of RGB (Red+Green+Blue) = 105+62+148=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 62 (24.61% from 255 or 19.68% from 315); Blue value is 148 (58.20% from 255 or 46.98% from 315); Max value from RGB is 148 - color contains mainly: blue. Hex color #693E94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693E94 is #96C16B. Grayscale: #545454. Windows color (decimal): -9879916 or 9715305. OLE color: 9715305.

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

Color convert

RGB10562148-
CMYK0.290.5800.42
HSL270º40.95%41.18%-
HSV(B)270º58.11%58.04%-
XYZ12.898.5928.99-
YUV84.66163.75142.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 62 (24.61% from 255) = 19.68%
BLUE value IS 148 (58.20% from 255) = 46.98%
R=33.33%
G=19.68%
B=46.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105621480.290.5800.4227040.9541.18
Hex693E941D3A02A10e2929
Octal1517622435720524165151
Binary110100111111010010100111011110100101010100001110101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693E94; }

 p { color: rgb(105,62,148); }

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

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

 a { background-color: rgb(105,62,148); }

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

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

 span { border-color: rgb(105,62,148); }

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