#611C9D

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

Shades of Royal Purple #611C9D

Tints of Royal Purple #611C9D

Color information

#611C9D (or 0x611C9D) is unknown color: approx Royal Purple. HEX triplet: 61, 1C and 9D. RGB value is (97,28,157). Sum of RGB (Red+Green+Blue) = 97+28+157=282 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.40% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 157 (61.72% from 255 or 55.67% from 282); Max value from RGB is 157 - color contains mainly: blue. Hex color #611C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611C9D is #9EE362. Grayscale: #3E3E3E. Windows color (decimal): -10412899 or 10296417. OLE color: 10296417.

HSL color Cylindrical-coordinate representation of color #611C9D: hue angle of 272.09º 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 #611C9D is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9728157-
CMYK0.380.8200.38
HSL272.09º69.73%36.27%-
HSV(B)272.09º82.17%61.57%-
XYZ11.435.8132.42-
YUV63.34180.86152.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.40%
GREEN value IS 28 (11.33% from 255) = 9.93%
BLUE value IS 157 (61.72% from 255) = 55.67%
R=34.40%
G=9.93%
B=55.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97281570.380.8200.38272.0969.7336.27
Hex611C9D26520261104624
Octal141342354612204642010644
Binary11000011110010011101100110101001001001101000100001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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