#61219C

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

Shades of Royal Purple #61219C

Tints of Royal Purple #61219C

Color information

#61219C (or 0x61219C) is unknown color: approx Royal Purple. HEX triplet: 61, 21 and 9C. RGB value is (97,33,156). Sum of RGB (Red+Green+Blue) = 97+33+156=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 156 (61.33% from 255 or 54.55% from 286); Max value from RGB is 156 - color contains mainly: blue. Hex color #61219C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #61219C is #9EDE63. Grayscale: #414141. Windows color (decimal): -10411620 or 10232161. OLE color: 10232161.

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

Color convert

RGB9733156-
CMYK0.380.7900.39
HSL271.22º65.08%37.06%-
HSV(B)271.22º78.85%61.18%-
XYZ11.476.0332.01-
YUV66.16178.7150-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.92%
GREEN value IS 33 (13.28% from 255) = 11.54%
BLUE value IS 156 (61.33% from 255) = 54.55%
R=33.92%
G=11.54%
B=54.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal97331560.380.7900.39271.2265.0837.06
Hex61219C264F02710f4125
Octal141412344611704741710145
Binary110000110000110011100100110100111101001111000011111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61219C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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