#694095

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

Shades of Royal Purple #694095

Tints of Royal Purple #694095

Color information

#694095 (or 0x694095) is unknown color: approx Royal Purple. HEX triplet: 69, 40 and 95. RGB value is (105,64,149). Sum of RGB (Red+Green+Blue) = 105+64+149=318 (42% of max value = 765). Red value is 105 (41.41% from 255 or 33.02% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 149 (58.59% from 255 or 46.86% from 318); Max value from RGB is 149 - color contains mainly: blue. Hex color #694095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694095 is #96BF6A. Grayscale: #555555. Windows color (decimal): -9879403 or 9781353. OLE color: 9781353.

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

Color convert

RGB10564149-
CMYK0.300.5700.42
HSL268.94º39.91%41.76%-
HSV(B)268.94º57.05%58.43%-
XYZ13.088.8429.45-
YUV85.95163.58141.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.02%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 149 (58.59% from 255) = 46.86%
R=33.02%
G=20.13%
B=46.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105641490.300.5700.42268.9439.9141.76
Hex6940951E3902A10d282a
Octal15110022536710524155052
Binary1101001100000010010101111101110010101010100001101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694095; }

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

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

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

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

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

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

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

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