#62095A

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

Shades of Palatinate Purple #62095A

Tints of Palatinate Purple #62095A

Color information

#62095A (or 0x62095A) is unknown color: approx Palatinate Purple. HEX triplet: 62, 09 and 5A. RGB value is (98,9,90). Sum of RGB (Red+Green+Blue) = 98+9+90=197 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.75% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 90 (35.55% from 255 or 45.69% from 197); Max value from RGB is 98 - color contains mainly: red. Hex color #62095A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62095A is #9DF6A5. Grayscale: #2C2C2C. Windows color (decimal): -10352294 or 5900642. OLE color: 5900642.

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

Color convert

RGB98990-
CMYK00.910.080.62
HSL305.39º83.18%20.98%-
HSV(B)305.39º90.82%38.43%-
XYZ6.983.539.99-
YUV44.84153.49165.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.75%
GREEN value IS 9 (3.91% from 255) = 4.57%
BLUE value IS 90 (35.55% from 255) = 45.69%
R=49.75%
G=4.57%
B=45.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9899000.910.080.62305.3983.1820.98
Hex6295A05B83E1315315
Octal142111320133107646112325
Binary110001010011011010010110111000111110100110001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62095A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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