#694895

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

Shades of Royal Purple #694895

Tints of Royal Purple #694895

Color information

#694895 (or 0x694895) is unknown color: approx Royal Purple. HEX triplet: 69, 48 and 95. RGB value is (105,72,149). Sum of RGB (Red+Green+Blue) = 105+72+149=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 72 (28.52% from 255 or 22.09% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #694895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694895 is #96B76A. Grayscale: #5A5A5A. Windows color (decimal): -9877355 or 9783401. OLE color: 9783401.

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

Color convert

RGB10572149-
CMYK0.300.5200.42
HSL265.71º34.84%43.33%-
HSV(B)265.71º51.68%58.43%-
XYZ13.579.8129.61-
YUV90.64160.93138.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 72 (28.52% from 255) = 22.09%
BLUE value IS 149 (58.59% from 255) = 45.71%
R=32.21%
G=22.09%
B=45.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105721490.300.5200.42265.7134.8443.33
Hex6948951E3402A10a232b
Octal15111022536640524124353
Binary1101001100100010010101111101101000101010100001010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694895; }

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

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

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

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

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

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

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

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