#694893

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

Shades of Royal Purple #694893

Tints of Royal Purple #694893

Color information

#694893 (or 0x694893) is unknown color: approx Royal Purple. HEX triplet: 69, 48 and 93. RGB value is (105,72,147). Sum of RGB (Red+Green+Blue) = 105+72+147=324 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.41% from 324); Green value is 72 (28.52% from 255 or 22.22% from 324); Blue value is 147 (57.81% from 255 or 45.37% from 324); Max value from RGB is 147 - color contains mainly: blue. Hex color #694893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694893 is #96B76C. Grayscale: #5A5A5A. Windows color (decimal): -9877357 or 9652329. OLE color: 9652329.

HSL color Cylindrical-coordinate representation of color #694893: hue angle of 266.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #694893 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10572147-
CMYK0.290.5100.42
HSL266.4º34.25%42.94%-
HSV(B)266.4º51.02%57.65%-
XYZ13.419.7428.78-
YUV90.42159.93138.4-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.41%
GREEN value IS 72 (28.52% from 255) = 22.22%
BLUE value IS 147 (57.81% from 255) = 45.37%
R=32.41%
G=22.22%
B=45.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105721470.290.5100.42266.434.2542.94
Hex6948931D3302A10a222b
Octal15111022335630524124253
Binary1101001100100010010011111011100110101010100001010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694893; }

 p { color: rgb(105,72,147); }

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

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

 a { background-color: rgb(105,72,147); }

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

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

 span { border-color: rgb(105,72,147); }

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