#692696

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

Shades of Royal Purple #692696

Tints of Royal Purple #692696

Color information

#692696 (or 0x692696) is unknown color: approx Royal Purple. HEX triplet: 69, 26 and 96. RGB value is (105,38,150). Sum of RGB (Red+Green+Blue) = 105+38+150=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 38 (15.23% from 255 or 12.97% from 293); Blue value is 150 (58.98% from 255 or 51.19% from 293); Max value from RGB is 150 - color contains mainly: blue. Hex color #692696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692696 is #96D969. Grayscale: #464646. Windows color (decimal): -9886058 or 9840233. OLE color: 9840233.

HSL color Cylindrical-coordinate representation of color #692696: hue angle of 275.89º 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 #692696 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10538150-
CMYK0.300.7500.41
HSL275.89º59.57%36.86%-
HSV(B)275.89º74.67%58.82%-
XYZ12.026.5929.49-
YUV70.8172.7152.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.84%
GREEN value IS 38 (15.23% from 255) = 12.97%
BLUE value IS 150 (58.98% from 255) = 51.19%
R=35.84%
G=12.97%
B=51.19%

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
Decimal105381500.300.7500.41275.8959.5736.86
Hex6926961E4B0291143c25
Octal15146226361130514247445
Binary1101001100110100101101111010010110101001100010100111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692696; }

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

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

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

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

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

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

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

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