#693E9C

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

Shades of Royal Purple #693E9C

Tints of Royal Purple #693E9C

Color information

#693E9C (or 0x693E9C) is unknown color: approx Royal Purple. HEX triplet: 69, 3E and 9C. RGB value is (105,62,156). Sum of RGB (Red+Green+Blue) = 105+62+156=323 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.51% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #693E9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693E9C is #96C163. Grayscale: #555555. Windows color (decimal): -9879908 or 10239593. OLE color: 10239593.

HSL color Cylindrical-coordinate representation of color #693E9C: hue angle of 267.45º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #693E9C is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10562156-
CMYK0.330.6000.39
HSL267.45º43.12%42.75%-
HSV(B)267.45º60.26%61.18%-
XYZ13.558.8532.45-
YUV85.57167.75141.86-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.51%
GREEN value IS 62 (24.61% from 255) = 19.20%
BLUE value IS 156 (61.33% from 255) = 48.30%
R=32.51%
G=19.20%
B=48.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal105621560.330.6000.39267.4543.1242.75
Hex693E9C213C02710b2b2b
Octal1517623441740474135353
Binary1101001111110100111001000011111000100111100001011101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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