#61295A

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

Shades of Palatinate Purple #61295A

Tints of Palatinate Purple #61295A

Color information

#61295A (or 0x61295A) is unknown color: approx Palatinate Purple. HEX triplet: 61, 29 and 5A. RGB value is (97,41,90). Sum of RGB (Red+Green+Blue) = 97+41+90=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #61295A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61295A is #9ED6A5. Grayscale: #3F3F3F. Windows color (decimal): -10409638 or 5908833. OLE color: 5908833.

HSL color Cylindrical-coordinate representation of color #61295A: hue angle of 307.5º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #61295A is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB974190-
CMYK00.580.070.62
HSL307.5º40.58%27.06%-
HSV(B)307.5º57.73%38.04%-
XYZ7.574.8710.21-
YUV63.33143.05152.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.54%
GREEN value IS 41 (16.41% from 255) = 17.98%
BLUE value IS 90 (35.55% from 255) = 39.47%
R=42.54%
G=17.98%
B=39.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97419000.580.070.62307.540.5827.06
Hex61295A03A73E134291b
Octal141511320727764645133
Binary11000011010011011010011101011111111010011010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61295A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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