#621265

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

Shades of Palatinate Purple #621265

Tints of Palatinate Purple #621265

Color information

#621265 (or 0x621265) is unknown color: approx Palatinate Purple. HEX triplet: 62, 12 and 65. RGB value is (98,18,101). Sum of RGB (Red+Green+Blue) = 98+18+101=217 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.16% from 217); Green value is 18 (7.42% from 255 or 8.29% from 217); Blue value is 101 (39.84% from 255 or 46.54% from 217); Max value from RGB is 101 - color contains mainly: blue. Hex color #621265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621265 is #9DED9A. Grayscale: #333333. Windows color (decimal): -10349979 or 6623842. OLE color: 6623842.

HSL color Cylindrical-coordinate representation of color #621265: hue angle of 297.83º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #621265 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9818101-
CMYK0.030.8200.60
HSL297.83º69.75%23.33%-
HSV(B)297.83º82.18%39.61%-
XYZ7.63.9712.68-
YUV51.38156161.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.16%
GREEN value IS 18 (7.42% from 255) = 8.29%
BLUE value IS 101 (39.84% from 255) = 46.54%
R=45.16%
G=8.29%
B=46.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98181010.030.8200.60297.8369.7523.33
Hex62126535203C12a4617
Octal14222145312207445210627
Binary11000101001011001011110100100111100100101010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621265; }

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

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

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

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

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

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

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

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