#693898

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

Shades of Royal Purple #693898

Tints of Royal Purple #693898

Color information

#693898 (or 0x693898) is unknown color: approx Royal Purple. HEX triplet: 69, 38 and 98. RGB value is (105,56,152). Sum of RGB (Red+Green+Blue) = 105+56+152=313 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.55% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 152 (59.77% from 255 or 48.56% from 313); Max value from RGB is 152 - color contains mainly: blue. Hex color #693898 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693898 is #96C767. Grayscale: #515151. Windows color (decimal): -9881448 or 9975913. OLE color: 9975913.

HSL color Cylindrical-coordinate representation of color #693898: hue angle of 270.62º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #693898 is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10556152-
CMYK0.310.6300.40
HSL270.62º46.15%40.78%-
HSV(B)270.62º63.16%59.61%-
XYZ12.918.130.59-
YUV81.6167.73144.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.55%
GREEN value IS 56 (22.27% from 255) = 17.89%
BLUE value IS 152 (59.77% from 255) = 48.56%
R=33.55%
G=17.89%
B=48.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105561520.310.6300.40270.6246.1540.78
Hex6938981F3F02810f2e29
Octal1517023037770504175651
Binary110100111100010011000111111111110101000100001111101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693898; }

 p { color: rgb(105,56,152); }

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

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

 a { background-color: rgb(105,56,152); }

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

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

 span { border-color: rgb(105,56,152); }

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