#692596

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

Shades of Royal Purple #692596

Tints of Royal Purple #692596

Color information

#692596 (or 0x692596) is unknown color: approx Royal Purple. HEX triplet: 69, 25 and 96. RGB value is (105,37,150). Sum of RGB (Red+Green+Blue) = 105+37+150=292 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.96% from 292); Green value is 37 (14.84% from 255 or 12.67% from 292); Blue value is 150 (58.98% from 255 or 51.37% from 292); Max value from RGB is 150 - color contains mainly: blue. Hex color #692596 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692596 is #96DA69. Grayscale: #454545. Windows color (decimal): -9886314 or 9839977. OLE color: 9839977.

HSL color Cylindrical-coordinate representation of color #692596: hue angle of 276.11º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #692596 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10537150-
CMYK0.300.7500.41
HSL276.11º60.43%36.67%-
HSV(B)276.11º75.33%58.82%-
XYZ11.996.5329.48-
YUV70.21173.03152.81-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.96%
GREEN value IS 37 (14.84% from 255) = 12.67%
BLUE value IS 150 (58.98% from 255) = 51.37%
R=35.96%
G=12.67%
B=51.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105371500.300.7500.41276.1160.4336.67
Hex6925961E4B0291143c25
Octal15145226361130514247445
Binary1101001100101100101101111010010110101001100010100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692596; }

 p { color: rgb(105,37,150); }

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

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

 a { background-color: rgb(105,37,150); }

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

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

 span { border-color: rgb(105,37,150); }

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