#621652

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

Shades of Palatinate Purple #621652

Tints of Palatinate Purple #621652

Color information

#621652 (or 0x621652) is unknown color: approx Palatinate Purple. HEX triplet: 62, 16 and 52. RGB value is (98,22,82). Sum of RGB (Red+Green+Blue) = 98+22+82=202 (26% of max value = 765). Red value is 98 (38.67% from 255 or 48.51% from 202); Green value is 22 (8.98% from 255 or 10.89% from 202); Blue value is 82 (32.42% from 255 or 40.59% from 202); Max value from RGB is 98 - color contains mainly: red. Hex color #621652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621652 is #9DE9AD. Grayscale: #333333. Windows color (decimal): -10348974 or 5379682. OLE color: 5379682.

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

Color convert

RGB982282-
CMYK00.780.160.62
HSL312.63º63.33%23.53%-
HSV(B)312.63º77.55%38.43%-
XYZ6.853.788.35-
YUV51.56145.18161.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 48.51%
GREEN value IS 22 (8.98% from 255) = 10.89%
BLUE value IS 82 (32.42% from 255) = 40.59%
R=48.51%
G=10.89%
B=40.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98228200.780.160.62312.6363.3323.53
Hex62165204E103E1393f18
Octal14226122011620764717730
Binary1100010101101010010010011101000011111010011100111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621652; }

 p { color: rgb(98,22,82); }

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

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

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

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

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

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

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