#61005B

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

Shades of Palatinate Purple #61005B

Tints of Palatinate Purple #61005B

Color information

#61005B (or 0x61005B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 00 and 5B. RGB value is (97,0,91). Sum of RGB (Red+Green+Blue) = 97+0+91=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #61005B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61005B is #9EFFA4. Grayscale: #272727. Windows color (decimal): -10420133 or 5963873. OLE color: 5963873.

HSL color Cylindrical-coordinate representation of color #61005B: hue angle of 303.71º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #61005B is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB97091-
CMYK010.060.62
HSL303.71º100%19.02%-
HSV(B)303.71º100%38.04%-
XYZ6.823.310.17-
YUV39.38157.14169.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 48.40%
R=51.60%
G=0%
B=48.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97091010.060.62303.7110019.02
Hex6105B06463E1306413
Octal1410133014467646014423
Binary11000010101101101100100110111110100110000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,0,91); }

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

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

 a { background-color: rgb(97,0,91); }

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

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

 span { border-color: rgb(97,0,91); }

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