#693490

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

Shades of Royal Purple #693490

Tints of Royal Purple #693490

Color information

#693490 (or 0x693490) is unknown color: approx Royal Purple. HEX triplet: 69, 34 and 90. RGB value is (105,52,144). Sum of RGB (Red+Green+Blue) = 105+52+144=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #693490 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #693490 is #96CB6F. Grayscale: #4E4E4E. Windows color (decimal): -9882480 or 9450601. OLE color: 9450601.

HSL color Cylindrical-coordinate representation of color #693490: hue angle of 274.57º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #693490 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB10552144-
CMYK0.270.6400.44
HSL274.57º46.94%38.43%-
HSV(B)274.57º63.89%56.47%-
XYZ12.097.4727.19-
YUV78.33165.06147.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 52 (20.70% from 255) = 17.28%
BLUE value IS 144 (56.64% from 255) = 47.84%
R=34.88%
G=17.28%
B=47.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal105521440.270.6400.44274.5746.9438.43
Hex6934901B4002C1132f26
Octal15164220331000544235746
Binary1101001110100100100001101110000000101100100010011101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693490; }

 p { color: rgb(105,52,144); }

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

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

 a { background-color: rgb(105,52,144); }

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

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

 span { border-color: rgb(105,52,144); }

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