#61005A

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

Shades of Palatinate Purple #61005A

Tints of Palatinate Purple #61005A

Color information

#61005A (or 0x61005A) is unknown color: approx Palatinate Purple. HEX triplet: 61, 00 and 5A. RGB value is (97,0,90). Sum of RGB (Red+Green+Blue) = 97+0+90=187 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.87% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 90 (35.55% from 255 or 48.13% from 187); Max value from RGB is 97 - color contains mainly: red. Hex color #61005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61005A is #9EFFA5. Grayscale: #272727. Windows color (decimal): -10420134 or 5898337. OLE color: 5898337.

HSL color Cylindrical-coordinate representation of color #61005A: hue angle of 304.33º 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 #61005A is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB97090-
CMYK010.070.62
HSL304.33º100%19.02%-
HSV(B)304.33º100%38.04%-
XYZ6.783.289.95-
YUV39.26156.64169.18-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.87%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 48.13%
R=51.87%
G=0%
B=48.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97090010.070.62304.3310019.02
Hex6105A06473E1306413
Octal1410132014477646014423
Binary11000010101101001100100111111110100110000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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