#693593

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

Shades of Royal Purple #693593

Tints of Royal Purple #693593

Color information

#693593 (or 0x693593) is unknown color: approx Royal Purple. HEX triplet: 69, 35 and 93. RGB value is (105,53,147). Sum of RGB (Red+Green+Blue) = 105+53+147=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 147 (57.81% from 255 or 48.20% from 305); Max value from RGB is 147 - color contains mainly: blue. Hex color #693593 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693593 is #96CA6C. Grayscale: #4E4E4E. Windows color (decimal): -9882221 or 9647465. OLE color: 9647465.

HSL color Cylindrical-coordinate representation of color #693593: hue angle of 273.19º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #693593 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10553147-
CMYK0.290.6400.42
HSL273.19º47%39.22%-
HSV(B)273.19º63.95%57.65%-
XYZ12.377.6628.43-
YUV79.26166.23146.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 53 (21.09% from 255) = 17.38%
BLUE value IS 147 (57.81% from 255) = 48.20%
R=34.43%
G=17.38%
B=48.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105531470.290.6400.42273.194739.22
Hex6935931D4002A1112f27
Octal15165223351000524215747
Binary1101001110101100100111110110000000101010100010001101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693593; }

 p { color: rgb(105,53,147); }

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

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

 a { background-color: rgb(105,53,147); }

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

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

 span { border-color: rgb(105,53,147); }

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