#611C9E

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

Shades of Royal Purple #611C9E

Tints of Royal Purple #611C9E

Color information

#611C9E (or 0x611C9E) is unknown color: approx Royal Purple. HEX triplet: 61, 1C and 9E. RGB value is (97,28,158). Sum of RGB (Red+Green+Blue) = 97+28+158=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 28 (11.33% from 255 or 9.89% from 283); Blue value is 158 (62.11% from 255 or 55.83% from 283); Max value from RGB is 158 - color contains mainly: blue. Hex color #611C9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #611C9E is #9EE361. Grayscale: #3F3F3F. Windows color (decimal): -10412898 or 10361953. OLE color: 10361953.

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

Color convert

RGB9728158-
CMYK0.390.8200.38
HSL271.85º69.89%36.47%-
HSV(B)271.85º82.28%61.96%-
XYZ11.525.8432.87-
YUV63.45181.36151.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.28%
GREEN value IS 28 (11.33% from 255) = 9.89%
BLUE value IS 158 (62.11% from 255) = 55.83%
R=34.28%
G=9.89%
B=55.83%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97281580.390.8200.38271.8569.8936.47
Hex611C9E27520261104624
Octal141342364712204642010644
Binary11000011110010011110100111101001001001101000100001000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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