#621268

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

Shades of Palatinate Purple #621268

Tints of Palatinate Purple #621268

Color information

#621268 (or 0x621268) is unknown color: approx Palatinate Purple. HEX triplet: 62, 12 and 68. RGB value is (98,18,104). Sum of RGB (Red+Green+Blue) = 98+18+104=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 18 (7.42% from 255 or 8.18% from 220); Blue value is 104 (41.02% from 255 or 47.27% from 220); Max value from RGB is 104 - color contains mainly: blue. Hex color #621268 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621268 is #9DED97. Grayscale: #333333. Windows color (decimal): -10349976 or 6820450. OLE color: 6820450.

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

Color convert

RGB9818104-
CMYK0.060.8300.59
HSL295.81º70.49%23.92%-
HSV(B)295.81º82.69%40.78%-
XYZ7.754.0313.47-
YUV51.72157.5161.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.55%
GREEN value IS 18 (7.42% from 255) = 8.18%
BLUE value IS 104 (41.02% from 255) = 47.27%
R=44.55%
G=8.18%
B=47.27%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98181040.060.8300.59295.8170.4923.92
Hex62126865303B1284618
Octal14222150612307345010630
Binary110001010010110100011010100110111011100101000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621268; }

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

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

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

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

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

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

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

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