#62105A

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

Shades of Palatinate Purple #62105A

Tints of Palatinate Purple #62105A

Color information

#62105A (or 0x62105A) is unknown color: approx Palatinate Purple. HEX triplet: 62, 10 and 5A. RGB value is (98,16,90). Sum of RGB (Red+Green+Blue) = 98+16+90=204 (27% of max value = 765). Red value is 98 (38.67% from 255 or 48.04% from 204); Green value is 16 (6.64% from 255 or 7.84% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 98 - color contains mainly: red. Hex color #62105A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #62105A is #9DEFA5. Grayscale: #303030. Windows color (decimal): -10350502 or 5902434. OLE color: 5902434.

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

Color convert

RGB981690-
CMYK00.840.080.62
HSL305.85º71.93%22.35%-
HSV(B)305.85º83.67%38.43%-
XYZ7.073.7110.02-
YUV48.95151.17162.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.04%
GREEN value IS 16 (6.64% from 255) = 7.84%
BLUE value IS 90 (35.55% from 255) = 44.12%
R=48.04%
G=7.84%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98169000.840.080.62305.8571.9322.35
Hex62105A05483E1324816
Octal142201320124107646211026
Binary1100010100001011010010101001000111110100110010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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