#62315A

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

Shades of Palatinate Purple #62315A

Tints of Palatinate Purple #62315A

Color information

#62315A (or 0x62315A) is unknown color: approx Palatinate Purple. HEX triplet: 62, 31 and 5A. RGB value is (98,49,90). Sum of RGB (Red+Green+Blue) = 98+49+90=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 98 - color contains mainly: red. Hex color #62315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62315A is #9DCEA5. Grayscale: #444444. Windows color (decimal): -10342054 or 5910882. OLE color: 5910882.

HSL color Cylindrical-coordinate representation of color #62315A: hue angle of 309.8º 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 #62315A is Cyan = 0, Magento = 0.5, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB984990-
CMYK00.50.080.62
HSL309.8º33.33%28.82%-
HSV(B)309.8º50%38.43%-
XYZ7.985.5310.32-
YUV68.32140.23149.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 41.35%
GREEN value IS 49 (19.53% from 255) = 20.68%
BLUE value IS 90 (35.55% from 255) = 37.97%
R=41.35%
G=20.68%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98499000.50.080.62309.833.3328.82
Hex62315A03283E136211d
Octal1426113206210764664135
Binary110001011000110110100110010100011111010011011010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62315A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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