#621062

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

Shades of Palatinate Purple #621062

Tints of Palatinate Purple #621062

Color information

#621062 (or 0x621062) is unknown color: approx Palatinate Purple. HEX triplet: 62, 10 and 62. RGB value is (98,16,98). Sum of RGB (Red+Green+Blue) = 98+16+98=212 (28% of max value = 765). Red value is 98 (38.67% from 255 or 46.23% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 98 (38.67% from 255 or 46.23% from 212); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #621062 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621062 is #9DEF9D. Grayscale: #313131. Windows color (decimal): -10350494 or 6426722. OLE color: 6426722.

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

Color convert

RGB981698-
CMYK00.8400.62
HSL300º71.93%22.35%-
HSV(B)300º83.67%38.43%-
XYZ7.433.8511.91-
YUV49.87155.17162.33-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.23%
GREEN value IS 16 (6.64% from 255) = 7.55%
BLUE value IS 98 (38.67% from 255) = 46.23%
R=46.23%
G=7.55%
B=46.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98169800.8400.6230071.9322.35
Hex62106205403E12c4816
Octal14220142012407645411026
Binary1100010100001100010010101000111110100101100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621062; }

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

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

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

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

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

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

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

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