#691c9d

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

Shades of Royal Purple #691C9D

Tints of Royal Purple #691C9D

Color information

#691C9D (or 0x691C9D) is unknown color: approx Royal Purple. HEX triplet: 69, 1C and 9D. RGB value is (105,28,157). Sum of RGB (Red+Green+Blue) = 105+28+157=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 28 (11.33% from 255 or 9.66% from 290); Blue value is 157 (61.72% from 255 or 54.14% from 290); Max value from RGB is 157 - color contains mainly: blue. Hex color #691C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #691C9D is #96E362. Grayscale: #414141. Windows color (decimal): -9888611 or 10296425. OLE color: 10296425.

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

Color convert

RGB10528157-
CMYK0.330.8200.38
HSL275.81º69.73%36.27%-
HSV(B)275.81º82.17%61.57%-
XYZ12.336.2732.46-
YUV65.73179.51156.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.21%
GREEN value IS 28 (11.33% from 255) = 9.66%
BLUE value IS 157 (61.72% from 255) = 54.14%
R=36.21%
G=9.66%
B=54.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal105281570.330.8200.38275.8169.7336.27
Hex691C9D21520261144624
Octal151342354112204642410644
Binary11010011110010011101100001101001001001101000101001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691c9d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,28,157); }

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

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

 a { background-color: rgb(105,28,157); }

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

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

 span { border-color: rgb(105,28,157); }

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