#61219B

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

Shades of Royal Purple #61219B

Tints of Royal Purple #61219B

Color information

#61219B (or 0x61219B) is unknown color: approx Royal Purple. HEX triplet: 61, 21 and 9B. RGB value is (97,33,155). Sum of RGB (Red+Green+Blue) = 97+33+155=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 155 (60.94% from 255 or 54.39% from 285); Max value from RGB is 155 - color contains mainly: blue. Hex color #61219B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61219B is #9EDE64. Grayscale: #414141. Windows color (decimal): -10411621 or 10166625. OLE color: 10166625.

HSL color Cylindrical-coordinate representation of color #61219B: hue angle of 271.48º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61219B is Cyan = 0.37, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9733155-
CMYK0.370.7900.39
HSL271.48º64.89%36.86%-
HSV(B)271.48º78.71%60.78%-
XYZ11.39631.57-
YUV66.04178.2150.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.04%
GREEN value IS 33 (13.28% from 255) = 11.58%
BLUE value IS 155 (60.94% from 255) = 54.39%
R=34.04%
G=11.58%
B=54.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97331550.370.7900.39271.4864.8936.86
Hex61219B254F02710f4125
Octal141412334511704741710145
Binary110000110000110011011100101100111101001111000011111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61219B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61219B; }

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

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

<style>
 a { background-color: #61219B; }

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

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

<style>
 span { border-color: #61219B; }

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

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