#692F91

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

Shades of Royal Purple #692F91

Tints of Royal Purple #692F91

Color information

#692F91 (or 0x692F91) is unknown color: approx Royal Purple. HEX triplet: 69, 2F and 91. RGB value is (105,47,145). Sum of RGB (Red+Green+Blue) = 105+47+145=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 145 (57.03% from 255 or 48.82% from 297); Max value from RGB is 145 - color contains mainly: blue. Hex color #692F91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692F91 is #96D06E. Grayscale: #4B4B4B. Windows color (decimal): -9883759 or 9514857. OLE color: 9514857.

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

Color convert

RGB10547145-
CMYK0.280.6800.43
HSL275.51º51.04%37.65%-
HSV(B)275.51º67.59%56.86%-
XYZ11.957.0827.52-
YUV75.51167.22149.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.35%
GREEN value IS 47 (18.75% from 255) = 15.82%
BLUE value IS 145 (57.03% from 255) = 48.82%
R=35.35%
G=15.82%
B=48.82%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105471450.280.6800.43275.5151.0437.65
Hex692F911C4402B1143326
Octal15157221341040534246346
Binary1101001101111100100011110010001000101011100010100110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692F91; }

 p { color: rgb(105,47,145); }

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

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

 a { background-color: rgb(105,47,145); }

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

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

 span { border-color: rgb(105,47,145); }

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