#62255A

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

Shades of Palatinate Purple #62255A

Tints of Palatinate Purple #62255A

Color information

#62255A (or 0x62255A) is unknown color: approx Palatinate Purple. HEX triplet: 62, 25 and 5A. RGB value is (98,37,90). Sum of RGB (Red+Green+Blue) = 98+37+90=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 37 (14.84% from 255 or 16.44% from 225); Blue value is 90 (35.55% from 255 or 40% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #62255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62255A is #9DDAA5. Grayscale: #3D3D3D. Windows color (decimal): -10345126 or 5907810. OLE color: 5907810.

HSL color Cylindrical-coordinate representation of color #62255A: hue angle of 307.87º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #62255A is Cyan = 0, Magento = 0.62, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB983790-
CMYK00.620.080.62
HSL307.87º45.19%26.47%-
HSV(B)307.87º62.24%38.43%-
XYZ7.544.6610.17-
YUV61.28144.21154.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.56%
GREEN value IS 37 (14.84% from 255) = 16.44%
BLUE value IS 90 (35.55% from 255) = 40%
R=43.56%
G=16.44%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98379000.620.080.62307.8745.1926.47
Hex62255A03E83E1342d1a
Octal1424513207610764645532
Binary110001010010110110100111110100011111010011010010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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