#691DA2

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

Shades of Royal Purple #691DA2

Tints of Royal Purple #691DA2

Color information

#691DA2 (or 0x691DA2) is unknown color: approx Royal Purple. HEX triplet: 69, 1D and A2. RGB value is (105,29,162). Sum of RGB (Red+Green+Blue) = 105+29+162=296 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.47% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 162 (63.67% from 255 or 54.73% from 296); Max value from RGB is 162 - color contains mainly: blue. Hex color #691DA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691DA2 is #96E25D. Grayscale: #424242. Windows color (decimal): -9888350 or 10624361. OLE color: 10624361.

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

Color convert

RGB10529162-
CMYK0.350.8200.36
HSL274.29º69.63%37.45%-
HSV(B)274.29º82.1%63.53%-
XYZ12.796.4934.76-
YUV66.89181.68155.19-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.47%
GREEN value IS 29 (11.72% from 255) = 9.80%
BLUE value IS 162 (63.67% from 255) = 54.73%
R=35.47%
G=9.80%
B=54.73%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal105291620.350.8200.36274.2969.6337.45
Hex691DA223520241124625
Octal151352424312204442210645
Binary11010011110110100010100011101001001001001000100101000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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