#61235B

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

Shades of Palatinate Purple #61235B

Tints of Palatinate Purple #61235B

Color information

#61235B (or 0x61235B) is unknown color: approx Palatinate Purple. HEX triplet: 61, 23 and 5B. RGB value is (97,35,91). Sum of RGB (Red+Green+Blue) = 97+35+91=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 35 (14.06% from 255 or 15.70% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #61235B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #61235B is #9EDCA4. Grayscale: #3B3B3B. Windows color (decimal): -10411173 or 5972833. OLE color: 5972833.

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

Color convert

RGB973591-
CMYK00.640.060.62
HSL305.81º46.97%25.88%-
HSV(B)305.81º63.92%38.04%-
XYZ7.424.510.37-
YUV59.92145.54154.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.50%
GREEN value IS 35 (14.06% from 255) = 15.70%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=43.50%
G=15.70%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97359100.640.060.62305.8146.9725.88
Hex61235B04063E1322f1a
Octal1414313301006764625732
Binary110000110001110110110100000011011111010011001010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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