#693DAF

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

Shades of Royal Purple #693DAF

Tints of Royal Purple #693DAF

Color information

#693DAF (or 0x693DAF) is unknown color: approx Royal Purple. HEX triplet: 69, 3D and AF. RGB value is (105,61,175). Sum of RGB (Red+Green+Blue) = 105+61+175=341 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.79% from 341); Green value is 61 (24.22% from 255 or 17.89% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #693DAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693DAF is #96C250. Grayscale: #565656. Windows color (decimal): -9880145 or 11484521. OLE color: 11484521.

HSL color Cylindrical-coordinate representation of color #693DAF: hue angle of 263.16º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #693DAF is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB10561175-
CMYK0.400.6500.31
HSL263.16º48.31%46.27%-
HSV(B)263.16º65.14%68.63%-
XYZ15.239.4441.58-
YUV87.15177.58140.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.79%
GREEN value IS 61 (24.22% from 255) = 17.89%
BLUE value IS 175 (68.75% from 255) = 51.32%
R=30.79%
G=17.89%
B=51.32%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal105611750.400.6500.31263.1648.3146.27
Hex693DAF284101F107302e
Octal15175257501010374076056
Binary1101001111101101011111010001000001011111100000111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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