#621761

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

Shades of Palatinate Purple #621761

Tints of Palatinate Purple #621761

Color information

#621761 (or 0x621761) is unknown color: approx Palatinate Purple. HEX triplet: 62, 17 and 61. RGB value is (98,23,97). Sum of RGB (Red+Green+Blue) = 98+23+97=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 23 (9.38% from 255 or 10.55% from 218); Blue value is 97 (38.28% from 255 or 44.50% from 218); Max value from RGB is 98 - color contains mainly: red. Hex color #621761 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621761 is #9DE89E. Grayscale: #353535. Windows color (decimal): -10348703 or 6362978. OLE color: 6362978.

HSL color Cylindrical-coordinate representation of color #621761: hue angle of 300.8º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #621761 is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB982397-
CMYK00.770.010.62
HSL300.8º61.98%23.73%-
HSV(B)300.8º76.53%38.43%-
XYZ7.54.0711.7-
YUV53.86152.35159.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.95%
GREEN value IS 23 (9.38% from 255) = 10.55%
BLUE value IS 97 (38.28% from 255) = 44.50%
R=44.95%
G=10.55%
B=44.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98239700.770.010.62300.861.9823.73
Hex62176104D13E12d3e18
Octal1422714101151764557630
Binary110001010111110000101001101111111010010110111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621761; }

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

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

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

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

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

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

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

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