#692B9D

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

Shades of Royal Purple #692B9D

Tints of Royal Purple #692B9D

Color information

#692B9D (or 0x692B9D) is unknown color: approx Royal Purple. HEX triplet: 69, 2B and 9D. RGB value is (105,43,157). Sum of RGB (Red+Green+Blue) = 105+43+157=305 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.43% from 305); Green value is 43 (17.19% from 255 or 14.10% from 305); Blue value is 157 (61.72% from 255 or 51.48% from 305); Max value from RGB is 157 - color contains mainly: blue. Hex color #692B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692B9D is #96D462. Grayscale: #4A4A4A. Windows color (decimal): -9884771 or 10300265. OLE color: 10300265.

HSL color Cylindrical-coordinate representation of color #692B9D: hue angle of 272.63º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #692B9D is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10543157-
CMYK0.330.7300.38
HSL272.63º57%39.22%-
HSV(B)272.63º72.61%61.57%-
XYZ12.787.1732.61-
YUV74.53174.54149.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.43%
GREEN value IS 43 (17.19% from 255) = 14.10%
BLUE value IS 157 (61.72% from 255) = 51.48%
R=34.43%
G=14.10%
B=51.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105431570.330.7300.38272.635739.22
Hex692B9D21490261113927
Octal15153235411110464217147
Binary11010011010111001110110000110010010100110100010001111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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