#693D95

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

Shades of Royal Purple #693D95

Tints of Royal Purple #693D95

Color information

#693D95 (or 0x693D95) is unknown color: approx Royal Purple. HEX triplet: 69, 3D and 95. RGB value is (105,61,149). Sum of RGB (Red+Green+Blue) = 105+61+149=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #693D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693D95 is #96C26A. Grayscale: #535353. Windows color (decimal): -9880171 or 9780585. OLE color: 9780585.

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

Color convert

RGB10561149-
CMYK0.300.5900.42
HSL270º41.9%41.18%-
HSV(B)270º59.06%58.43%-
XYZ12.928.5129.4-
YUV84.19164.58142.84-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 61 (24.22% from 255) = 19.37%
BLUE value IS 149 (58.59% from 255) = 47.30%
R=33.33%
G=19.37%
B=47.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105611490.300.5900.4227041.941.18
Hex693D951E3B02A10e2a29
Octal1517522536730524165251
Binary110100111110110010101111101110110101010100001110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,61,149); }

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

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

 a { background-color: rgb(105,61,149); }

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

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

 span { border-color: rgb(105,61,149); }

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