#611C9B

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

Shades of Royal Purple #611C9B

Tints of Royal Purple #611C9B

Color information

#611C9B (or 0x611C9B) is unknown color: approx Royal Purple. HEX triplet: 61, 1C and 9B. RGB value is (97,28,155). Sum of RGB (Red+Green+Blue) = 97+28+155=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 28 (11.33% from 255 or 10% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #611C9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611C9B is #9EE364. Grayscale: #3E3E3E. Windows color (decimal): -10412901 or 10165345. OLE color: 10165345.

HSL color Cylindrical-coordinate representation of color #611C9B: hue angle of 272.6º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611C9B is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9728155-
CMYK0.370.8200.39
HSL272.6º69.4%35.88%-
HSV(B)272.6º81.94%60.78%-
XYZ11.265.7431.52-
YUV63.11179.86152.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.64%
GREEN value IS 28 (11.33% from 255) = 10%
BLUE value IS 155 (60.94% from 255) = 55.36%
R=34.64%
G=10%
B=55.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97281550.370.8200.39272.669.435.88
Hex611C9B25520271114524
Octal141342334512204742110544
Binary11000011110010011011100101101001001001111000100011000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611C9B; }

 p { color: rgb(97,28,155); }

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

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

 a { background-color: rgb(97,28,155); }

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

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

 span { border-color: rgb(97,28,155); }

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