#692F95

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

Shades of Royal Purple #692F95

Tints of Royal Purple #692F95

Color information

#692F95 (or 0x692F95) is unknown color: approx Royal Purple. HEX triplet: 69, 2F and 95. RGB value is (105,47,149). Sum of RGB (Red+Green+Blue) = 105+47+149=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #692F95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692F95 is #96D06A. Grayscale: #4B4B4B. Windows color (decimal): -9883755 or 9777001. OLE color: 9777001.

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

Color convert

RGB10547149-
CMYK0.300.6800.42
HSL274.12º52.04%38.43%-
HSV(B)274.12º68.46%58.43%-
XYZ12.277.2129.18-
YUV75.97169.22148.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.88%
GREEN value IS 47 (18.75% from 255) = 15.61%
BLUE value IS 149 (58.59% from 255) = 49.50%
R=34.88%
G=15.61%
B=49.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105471490.300.6800.42274.1252.0438.43
Hex692F951E4402A1123426
Octal15157225361040524226446
Binary1101001101111100101011111010001000101010100010010110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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