#61225C

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

Shades of Palatinate Purple #61225C

Tints of Palatinate Purple #61225C

Color information

#61225C (or 0x61225C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 22 and 5C. RGB value is (97,34,92). Sum of RGB (Red+Green+Blue) = 97+34+92=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 34 (13.67% from 255 or 15.25% from 223); Blue value is 92 (36.33% from 255 or 41.26% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #61225C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61225C is #9EDDA3. Grayscale: #3B3B3B. Windows color (decimal): -10411428 or 6038113. OLE color: 6038113.

HSL color Cylindrical-coordinate representation of color #61225C: hue angle of 304.76º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #61225C is Cyan = 0, Magento = 0.65, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB973492-
CMYK00.650.050.62
HSL304.76º48.09%25.69%-
HSV(B)304.76º64.95%38.04%-
XYZ7.434.4610.59-
YUV59.45146.37154.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.50%
GREEN value IS 34 (13.67% from 255) = 15.25%
BLUE value IS 92 (36.33% from 255) = 41.26%
R=43.50%
G=15.25%
B=41.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97349200.650.050.62304.7648.0925.69
Hex61225C04153E131301a
Octal1414213401015764616032
Binary110000110001010111000100000110111111010011000111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61225C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,34,92); }

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

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

 a { background-color: rgb(97,34,92); }

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

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

 span { border-color: rgb(97,34,92); }

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