#693E8F

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

Shades of Royal Purple #693E8F

Tints of Royal Purple #693E8F

Color information

#693E8F (or 0x693E8F) is unknown color: approx Royal Purple. HEX triplet: 69, 3E and 8F. RGB value is (105,62,143). Sum of RGB (Red+Green+Blue) = 105+62+143=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 62 (24.61% from 255 or 20% from 310); Blue value is 143 (56.25% from 255 or 46.13% from 310); Max value from RGB is 143 - color contains mainly: blue. Hex color #693E8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693E8F is #96C170. Grayscale: #535353. Windows color (decimal): -9879921 or 9387625. OLE color: 9387625.

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

Color convert

RGB10562143-
CMYK0.270.5700.44
HSL271.85º39.51%40.2%-
HSV(B)271.85º56.64%56.08%-
XYZ12.518.4326.95-
YUV84.09161.25142.91-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 62 (24.61% from 255) = 20%
BLUE value IS 143 (56.25% from 255) = 46.13%
R=33.87%
G=20%
B=46.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105621430.270.5700.44271.8539.5140.2
Hex693E8F1B3902C1102828
Octal1517621733710544205050
Binary110100111111010001111110111110010101100100010000101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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