#692095

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

Shades of Royal Purple #692095

Tints of Royal Purple #692095

Color information

#692095 (or 0x692095) is unknown color: approx Royal Purple. HEX triplet: 69, 20 and 95. RGB value is (105,32,149). Sum of RGB (Red+Green+Blue) = 105+32+149=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 149 (58.59% from 255 or 52.10% from 286); Max value from RGB is 149 - color contains mainly: blue. Hex color #692095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #692095 is #96DF6A. Grayscale: #424242. Windows color (decimal): -9887595 or 9773161. OLE color: 9773161.

HSL color Cylindrical-coordinate representation of color #692095: hue angle of 277.44º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #692095 is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10532149-
CMYK0.300.7900.42
HSL277.44º64.64%35.49%-
HSV(B)277.44º78.52%58.43%-
XYZ11.776.2129.01-
YUV67.17174.18154.99-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 32 (12.89% from 255) = 11.19%
BLUE value IS 149 (58.59% from 255) = 52.10%
R=36.71%
G=11.19%
B=52.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal105321490.300.7900.42277.4464.6435.49
Hex6920951E4F02A1154123
Octal151402253611705242510143
Binary11010011000001001010111110100111101010101000101011000001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692095; }

 p { color: rgb(105,32,149); }

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

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

 a { background-color: rgb(105,32,149); }

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

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

 span { border-color: rgb(105,32,149); }

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