#61005F

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

Shades of Palatinate Purple #61005F

Tints of Palatinate Purple #61005F

Color information

#61005F (or 0x61005F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 00 and 5F. RGB value is (97,0,95). Sum of RGB (Red+Green+Blue) = 97+0+95=192 (25% of max value = 765). Red value is 97 (38.28% from 255 or 50.52% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 95 (37.5% from 255 or 49.48% from 192); Max value from RGB is 97 - color contains mainly: red. Hex color #61005F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61005F is #9EFFA0. Grayscale: #272727. Windows color (decimal): -10420129 or 6226017. OLE color: 6226017.

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

Color convert

RGB97095-
CMYK010.020.62
HSL301.24º100%19.02%-
HSV(B)301.24º100%38.04%-
XYZ73.3711.11-
YUV39.83159.14168.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 50.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 95 (37.5% from 255) = 49.48%
R=50.52%
G=0%
B=49.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97095010.020.62301.2410019.02
Hex6105F06423E12d6413
Octal1410137014427645514423
Binary1100001010111110110010010111110100101101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61005F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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