#693395

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

Shades of Royal Purple #693395

Tints of Royal Purple #693395

Color information

#693395 (or 0x693395) is unknown color: approx Royal Purple. HEX triplet: 69, 33 and 95. RGB value is (105,51,149). Sum of RGB (Red+Green+Blue) = 105+51+149=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 51 (20.31% from 255 or 16.72% from 305); Blue value is 149 (58.59% from 255 or 48.85% from 305); Max value from RGB is 149 - color contains mainly: blue. Hex color #693395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693395 is #96CC6A. Grayscale: #4D4D4D. Windows color (decimal): -9882731 or 9778025. OLE color: 9778025.

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

Color convert

RGB10551149-
CMYK0.300.6600.42
HSL273.06º49%39.22%-
HSV(B)273.06º65.77%58.43%-
XYZ12.437.5429.23-
YUV78.32167.89147.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 51 (20.31% from 255) = 16.72%
BLUE value IS 149 (58.59% from 255) = 48.85%
R=34.43%
G=16.72%
B=48.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105511490.300.6600.42273.064939.22
Hex6933951E4202A1113127
Octal15163225361020524216147
Binary1101001110011100101011111010000100101010100010001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693395; }

 p { color: rgb(105,51,149); }

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

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

 a { background-color: rgb(105,51,149); }

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

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

 span { border-color: rgb(105,51,149); }

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