#62105F

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

Shades of Palatinate Purple #62105F

Tints of Palatinate Purple #62105F

Color information

#62105F (or 0x62105F) is unknown color: approx Palatinate Purple. HEX triplet: 62, 10 and 5F. RGB value is (98,16,95). Sum of RGB (Red+Green+Blue) = 98+16+95=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 95 (37.5% from 255 or 45.45% from 209); Max value from RGB is 98 - color contains mainly: red. Hex color #62105F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62105F is #9DEFA0. Grayscale: #313131. Windows color (decimal): -10350497 or 6230114. OLE color: 6230114.

HSL color Cylindrical-coordinate representation of color #62105F: hue angle of 302.2º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #62105F is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB981695-
CMYK00.840.030.62
HSL302.2º71.93%22.35%-
HSV(B)302.2º83.67%38.43%-
XYZ7.293.7911.17-
YUV49.52153.67162.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.89%
GREEN value IS 16 (6.64% from 255) = 7.66%
BLUE value IS 95 (37.5% from 255) = 45.45%
R=46.89%
G=7.66%
B=45.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98169500.840.030.62302.271.9322.35
Hex62105F05433E12e4816
Octal14220137012437645611026
Binary11000101000010111110101010011111110100101110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62105F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62105F; }

 p { color: rgb(98,16,95); }

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

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

 a { background-color: rgb(98,16,95); }

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

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

 span { border-color: rgb(98,16,95); }

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