#620262

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

Shades of Palatinate Purple #620262

Tints of Palatinate Purple #620262

Color information

#620262 (or 0x620262) is unknown color: approx Palatinate Purple. HEX triplet: 62, 02 and 62. RGB value is (98,2,98). Sum of RGB (Red+Green+Blue) = 98+2+98=198 (26% of max value = 765). Red value is 98 (38.67% from 255 or 49.49% from 198); Green value is 2 (1.17% from 255 or 1.01% from 198); Blue value is 98 (38.67% from 255 or 49.49% from 198); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #620262 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620262 is #9DFD9D. Grayscale: #292929. Windows color (decimal): -10354078 or 6423138. OLE color: 6423138.

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

Color convert

RGB98298-
CMYK00.9800.62
HSL300º96%19.61%-
HSV(B)300º97.96%38.43%-
XYZ7.263.5211.85-
YUV41.65159.8168.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 49.49%
GREEN value IS 2 (1.17% from 255) = 1.01%
BLUE value IS 98 (38.67% from 255) = 49.49%
R=49.49%
G=1.01%
B=49.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9829800.9800.623009619.61
Hex6226206203E12c6014
Octal1422142014207645414024
Binary1100010101100010011000100111110100101100110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620262; }

 p { color: rgb(98,2,98); }

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

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

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

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

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

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

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