#692896

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

Shades of Royal Purple #692896

Tints of Royal Purple #692896

Color information

#692896 (or 0x692896) is unknown color: approx Royal Purple. HEX triplet: 69, 28 and 96. RGB value is (105,40,150). Sum of RGB (Red+Green+Blue) = 105+40+150=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #692896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692896 is #96D769. Grayscale: #474747. Windows color (decimal): -9885546 or 9840745. OLE color: 9840745.

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

Color convert

RGB10540150-
CMYK0.300.7300.41
HSL275.45º57.89%37.25%-
HSV(B)275.45º73.33%58.82%-
XYZ12.096.7229.51-
YUV71.97172.03151.56-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.59%
GREEN value IS 40 (16.02% from 255) = 13.56%
BLUE value IS 150 (58.98% from 255) = 50.85%
R=35.59%
G=13.56%
B=50.85%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal105401500.300.7300.41275.4557.8937.25
Hex6928961E490291133a25
Octal15150226361110514237245
Binary1101001101000100101101111010010010101001100010011111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692896; }

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

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

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

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

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

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

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

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