#693CAA

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

Shades of Royal Purple #693CAA

Tints of Royal Purple #693CAA

Color information

#693CAA (or 0x693CAA) is unknown color: approx Royal Purple. HEX triplet: 69, 3C and AA. RGB value is (105,60,170). Sum of RGB (Red+Green+Blue) = 105+60+170=335 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.34% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 170 (66.80% from 255 or 50.75% from 335); Max value from RGB is 170 - color contains mainly: blue. Hex color #693CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693CAA is #96C355. Grayscale: #555555. Windows color (decimal): -9880406 or 11156585. OLE color: 11156585.

HSL color Cylindrical-coordinate representation of color #693CAA: hue angle of 264.55º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #693CAA is Cyan = 0.38, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10560170-
CMYK0.380.6500.33
HSL264.55º47.83%45.1%-
HSV(B)264.55º64.71%66.67%-
XYZ14.79.1439.02-
YUV85.99175.41141.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.34%
GREEN value IS 60 (23.83% from 255) = 17.91%
BLUE value IS 170 (66.80% from 255) = 50.75%
R=31.34%
G=17.91%
B=50.75%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal105601700.380.6500.33264.5547.8345.1
Hex693CAA2641021109302d
Octal15174252461010414116055
Binary11010011111001010101010011010000010100001100001001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,60,170); }

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

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

 a { background-color: rgb(105,60,170); }

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

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

 span { border-color: rgb(105,60,170); }

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