#693EB0

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

Shades of Royal Purple #693EB0

Tints of Royal Purple #693EB0

Color information

#693EB0 (or 0x693EB0) is unknown color: approx Royal Purple. HEX triplet: 69, 3E and B0. RGB value is (105,62,176). Sum of RGB (Red+Green+Blue) = 105+62+176=343 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.61% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 176 (69.14% from 255 or 51.31% from 343); Max value from RGB is 176 - color contains mainly: blue. Hex color #693EB0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693EB0 is #96C14F. Grayscale: #575757. Windows color (decimal): -9879888 or 11550313. OLE color: 11550313.

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

Color convert

RGB10562176-
CMYK0.400.6500.31
HSL262.63º47.9%46.67%-
HSV(B)262.63º64.77%69.02%-
XYZ15.389.5842.11-
YUV87.85177.75140.23-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.61%
GREEN value IS 62 (24.61% from 255) = 18.08%
BLUE value IS 176 (69.14% from 255) = 51.31%
R=30.61%
G=18.08%
B=51.31%

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
Decimal105621760.400.6500.31262.6347.946.67
Hex693EB0284101F107302f
Octal15176260501010374076057
Binary1101001111110101100001010001000001011111100000111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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