#694592

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

Shades of Royal Purple #694592

Tints of Royal Purple #694592

Color information

#694592 (or 0x694592) is unknown color: approx Royal Purple. HEX triplet: 69, 45 and 92. RGB value is (105,69,146). Sum of RGB (Red+Green+Blue) = 105+69+146=320 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.81% from 320); Green value is 69 (27.34% from 255 or 21.56% from 320); Blue value is 146 (57.42% from 255 or 45.62% from 320); Max value from RGB is 146 - color contains mainly: blue. Hex color #694592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694592 is #96BA6D. Grayscale: #585858. Windows color (decimal): -9878126 or 9586025. OLE color: 9586025.

HSL color Cylindrical-coordinate representation of color #694592: hue angle of 268.05º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #694592 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10569146-
CMYK0.280.5300.43
HSL268.05º35.81%42.16%-
HSV(B)268.05º52.74%57.25%-
XYZ13.149.3328.3-
YUV88.54160.43139.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.81%
GREEN value IS 69 (27.34% from 255) = 21.56%
BLUE value IS 146 (57.42% from 255) = 45.62%
R=32.81%
G=21.56%
B=45.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105691460.280.5300.43268.0535.8142.16
Hex6945921C3502B10c242a
Octal15110522234650534144452
Binary1101001100010110010010111001101010101011100001100100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694592; }

 p { color: rgb(105,69,146); }

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

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

 a { background-color: rgb(105,69,146); }

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

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

 span { border-color: rgb(105,69,146); }

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