#623161

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

Shades of Palatinate Purple #623161

Tints of Palatinate Purple #623161

Color information

#623161 (or 0x623161) is unknown color: approx Palatinate Purple. HEX triplet: 62, 31 and 61. RGB value is (98,49,97). Sum of RGB (Red+Green+Blue) = 98+49+97=244 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.16% from 244); Green value is 49 (19.53% from 255 or 20.08% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 98 - color contains mainly: red. Hex color #623161 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #623161 is #9DCE9E. Grayscale: #444444. Windows color (decimal): -10342047 or 6369634. OLE color: 6369634.

HSL color Cylindrical-coordinate representation of color #623161: hue angle of 301.22º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #623161 is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB984997-
CMYK00.50.010.62
HSL301.22º33.33%28.82%-
HSV(B)301.22º50%38.43%-
XYZ8.295.6611.96-
YUV69.12143.73148.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 40.16%
GREEN value IS 49 (19.53% from 255) = 20.08%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=40.16%
G=20.08%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98499700.50.010.62301.2233.3328.82
Hex62316103213E12d211d
Octal142611410621764554135
Binary110001011000111000010110010111111010010110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #623161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #623161; }

 p { color: rgb(98,49,97); }

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

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

 a { background-color: rgb(98,49,97); }

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

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

 span { border-color: rgb(98,49,97); }

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