#621061

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

Shades of Palatinate Purple #621061

Tints of Palatinate Purple #621061

Color information

#621061 (or 0x621061) is unknown color: approx Palatinate Purple. HEX triplet: 62, 10 and 61. RGB value is (98,16,97). Sum of RGB (Red+Green+Blue) = 98+16+97=211 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.45% from 211); Green value is 16 (6.64% from 255 or 7.58% from 211); Blue value is 97 (38.28% from 255 or 45.97% from 211); Max value from RGB is 98 - color contains mainly: red. Hex color #621061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621061 is #9DEF9E. Grayscale: #313131. Windows color (decimal): -10350495 or 6361186. OLE color: 6361186.

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

Color convert

RGB981697-
CMYK00.840.010.62
HSL300.73º71.93%22.35%-
HSV(B)300.73º83.67%38.43%-
XYZ7.383.8311.66-
YUV49.75154.67162.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.45%
GREEN value IS 16 (6.64% from 255) = 7.58%
BLUE value IS 97 (38.28% from 255) = 45.97%
R=46.45%
G=7.58%
B=45.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98169700.840.010.62300.7371.9322.35
Hex62106105413E12d4816
Octal14220141012417645511026
Binary1100010100001100001010101001111110100101101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621061; }

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

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

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

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

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

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

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

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