#693098

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

Shades of Royal Purple #693098

Tints of Royal Purple #693098

Color information

#693098 (or 0x693098) is unknown color: approx Royal Purple. HEX triplet: 69, 30 and 98. RGB value is (105,48,152). Sum of RGB (Red+Green+Blue) = 105+48+152=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #693098 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693098 is #96CF67. Grayscale: #4C4C4C. Windows color (decimal): -9883496 or 9973865. OLE color: 9973865.

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

Color convert

RGB10548152-
CMYK0.310.6800.40
HSL272.88º52%39.22%-
HSV(B)272.88º68.42%59.61%-
XYZ12.557.3830.47-
YUV76.9170.38148.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 48 (19.14% from 255) = 15.74%
BLUE value IS 152 (59.77% from 255) = 49.84%
R=34.43%
G=15.74%
B=49.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal105481520.310.6800.40272.885239.22
Hex6930981F440281113427
Octal15160230371040504216447
Binary1101001110000100110001111110001000101000100010001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693098; }

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

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

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

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

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

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

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

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