#694792

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

Shades of Royal Purple #694792

Tints of Royal Purple #694792

Color information

#694792 (or 0x694792) is unknown color: approx Royal Purple. HEX triplet: 69, 47 and 92. RGB value is (105,71,146). Sum of RGB (Red+Green+Blue) = 105+71+146=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 71 (28.12% from 255 or 22.05% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #694792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #694792 is #96B86D. Grayscale: #595959. Windows color (decimal): -9877614 or 9586537. OLE color: 9586537.

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

Color convert

RGB10571146-
CMYK0.280.5100.43
HSL267.2º34.56%42.55%-
HSV(B)267.2º51.37%57.25%-
XYZ13.279.5928.34-
YUV89.72159.76138.9-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 71 (28.12% from 255) = 22.05%
BLUE value IS 146 (57.42% from 255) = 45.34%
R=32.61%
G=22.05%
B=45.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105711460.280.5100.43267.234.5642.55
Hex6947921C3302B10b232b
Octal15110722234630534134353
Binary1101001100011110010010111001100110101011100001011100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #694792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #694792; }

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

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

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

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

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

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

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

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