#692E92

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

Shades of Royal Purple #692E92

Tints of Royal Purple #692E92

Color information

#692E92 (or 0x692E92) is unknown color: approx Royal Purple. HEX triplet: 69, 2E and 92. RGB value is (105,46,146). Sum of RGB (Red+Green+Blue) = 105+46+146=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 46 (18.36% from 255 or 15.49% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #692E92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692E92 is #96D16D. Grayscale: #4A4A4A. Windows color (decimal): -9884014 or 9580137. OLE color: 9580137.

HSL color Cylindrical-coordinate representation of color #692E92: hue angle of 275.4º degrees, saturation: 0.52, 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 #692E92 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10546146-
CMYK0.280.6800.43
HSL275.4º52.08%37.65%-
HSV(B)275.4º68.49%57.25%-
XYZ11.997.0327.92-
YUV75.04168.05149.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.35%
GREEN value IS 46 (18.36% from 255) = 15.49%
BLUE value IS 146 (57.42% from 255) = 49.16%
R=35.35%
G=15.49%
B=49.16%

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
Decimal105461460.280.6800.43275.452.0837.65
Hex692E921C4402B1133426
Octal15156222341040534236446
Binary1101001101110100100101110010001000101011100010011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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