#693596

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

Shades of Royal Purple #693596

Tints of Royal Purple #693596

Color information

#693596 (or 0x693596) is unknown color: approx Royal Purple. HEX triplet: 69, 35 and 96. RGB value is (105,53,150). Sum of RGB (Red+Green+Blue) = 105+53+150=308 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.09% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 150 (58.98% from 255 or 48.70% from 308); Max value from RGB is 150 - color contains mainly: blue. Hex color #693596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693596 is #96CA69. Grayscale: #4F4F4F. Windows color (decimal): -9882218 or 9844073. OLE color: 9844073.

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

Color convert

RGB10553150-
CMYK0.300.6500.41
HSL272.16º47.78%39.8%-
HSV(B)272.16º64.67%58.82%-
XYZ12.67.7529.69-
YUV79.61167.73146.11-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.09%
GREEN value IS 53 (21.09% from 255) = 17.21%
BLUE value IS 150 (58.98% from 255) = 48.70%
R=34.09%
G=17.21%
B=48.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105531500.300.6500.41272.1647.7839.8
Hex6935961E410291103028
Octal15165226361010514206050
Binary1101001110101100101101111010000010101001100010000110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693596; }

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

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

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

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

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

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

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

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