#691EA2

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

Shades of Royal Purple #691EA2

Tints of Royal Purple #691EA2

Color information

#691EA2 (or 0x691EA2) is unknown color: approx Royal Purple. HEX triplet: 69, 1E and A2. RGB value is (105,30,162). Sum of RGB (Red+Green+Blue) = 105+30+162=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 162 (63.67% from 255 or 54.55% from 297); Max value from RGB is 162 - color contains mainly: blue. Hex color #691EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691EA2 is #96E15D. Grayscale: #434343. Windows color (decimal): -9888094 or 10624617. OLE color: 10624617.

HSL color Cylindrical-coordinate representation of color #691EA2: hue angle of 274.09º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #691EA2 is Cyan = 0.35, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB10530162-
CMYK0.350.8100.36
HSL274.09º68.75%37.65%-
HSV(B)274.09º81.48%63.53%-
XYZ12.816.5434.77-
YUV67.47181.35154.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.35%
GREEN value IS 30 (12.11% from 255) = 10.10%
BLUE value IS 162 (63.67% from 255) = 54.55%
R=35.35%
G=10.10%
B=54.55%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105301620.350.8100.36274.0968.7537.65
Hex691EA223510241124526
Octal151362424312104442210546
Binary11010011111010100010100011101000101001001000100101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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