#621968

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

Shades of Palatinate Purple #621968

Tints of Palatinate Purple #621968

Color information

#621968 (or 0x621968) is unknown color: approx Palatinate Purple. HEX triplet: 62, 19 and 68. RGB value is (98,25,104). Sum of RGB (Red+Green+Blue) = 98+25+104=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 25 (10.16% from 255 or 11.01% from 227); Blue value is 104 (41.02% from 255 or 45.81% from 227); Max value from RGB is 104 - color contains mainly: blue. Hex color #621968 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621968 is #9DE697. Grayscale: #373737. Windows color (decimal): -10348184 or 6822242. OLE color: 6822242.

HSL color Cylindrical-coordinate representation of color #621968: hue angle of 295.44º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #621968 is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9825104-
CMYK0.060.7600.59
HSL295.44º61.24%25.29%-
HSV(B)295.44º75.96%40.78%-
XYZ7.884.2913.51-
YUV55.83155.18158.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.17%
GREEN value IS 25 (10.16% from 255) = 11.01%
BLUE value IS 104 (41.02% from 255) = 45.81%
R=43.17%
G=11.01%
B=45.81%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98251040.060.7600.59295.4461.2425.29
Hex62196864C03B1273d19
Octal1423115061140734477531
Binary11000101100111010001101001100011101110010011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621968; }

 p { color: rgb(98,25,104); }

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

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

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

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

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

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

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