#692B92

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

Shades of Royal Purple #692B92

Tints of Royal Purple #692B92

Color information

#692B92 (or 0x692B92) is unknown color: approx Royal Purple. HEX triplet: 69, 2B and 92. RGB value is (105,43,146). Sum of RGB (Red+Green+Blue) = 105+43+146=294 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.71% from 294); Green value is 43 (17.19% from 255 or 14.63% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #692B92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692B92 is #96D46D. Grayscale: #484848. Windows color (decimal): -9884782 or 9579369. OLE color: 9579369.

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

Color convert

RGB10543146-
CMYK0.280.7100.43
HSL276.12º54.5%37.06%-
HSV(B)276.12º70.55%57.25%-
XYZ11.886.8127.88-
YUV73.28169.04150.62-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.71%
GREEN value IS 43 (17.19% from 255) = 14.63%
BLUE value IS 146 (57.42% from 255) = 49.66%
R=35.71%
G=14.63%
B=49.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal105431460.280.7100.43276.1254.537.06
Hex692B921C4702B1143625
Octal15153222341070534246645
Binary1101001101011100100101110010001110101011100010100110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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