#691EA0

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

Shades of Royal Purple #691EA0

Tints of Royal Purple #691EA0

Color information

#691EA0 (or 0x691EA0) is unknown color: approx Royal Purple. HEX triplet: 69, 1E and A0. RGB value is (105,30,160). Sum of RGB (Red+Green+Blue) = 105+30+160=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 30 (12.11% from 255 or 10.17% from 295); Blue value is 160 (62.89% from 255 or 54.24% from 295); Max value from RGB is 160 - color contains mainly: blue. Hex color #691EA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691EA0 is #96E15F. Grayscale: #424242. Windows color (decimal): -9888096 or 10493545. OLE color: 10493545.

HSL color Cylindrical-coordinate representation of color #691EA0: hue angle of 274.62º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #691EA0 is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB10530160-
CMYK0.340.8100.37
HSL274.62º68.42%37.25%-
HSV(B)274.62º81.25%62.75%-
XYZ12.646.4733.84-
YUV67.24180.35154.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.59%
GREEN value IS 30 (12.11% from 255) = 10.17%
BLUE value IS 160 (62.89% from 255) = 54.24%
R=35.59%
G=10.17%
B=54.24%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal105301600.340.8100.37274.6268.4237.25
Hex691EA022510251134425
Octal151362404212104542310445
Binary11010011111010100000100010101000101001011000100111000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691EA0; }

 p { color: rgb(105,30,160); }

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

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

 a { background-color: rgb(105,30,160); }

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

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

 span { border-color: rgb(105,30,160); }

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