#620F52

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

Shades of Palatinate Purple #620F52

Tints of Palatinate Purple #620F52

Color information

#620F52 (or 0x620F52) is unknown color: approx Palatinate Purple. HEX triplet: 62, 0F and 52. RGB value is (98,15,82). Sum of RGB (Red+Green+Blue) = 98+15+82=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #620F52 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620F52 is #9DF0AD. Grayscale: #2F2F2F. Windows color (decimal): -10350766 or 5377890. OLE color: 5377890.

HSL color Cylindrical-coordinate representation of color #620F52: hue angle of 311.57º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #620F52 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB981582-
CMYK00.850.160.62
HSL311.57º73.45%22.16%-
HSV(B)311.57º84.69%38.43%-
XYZ6.733.558.31-
YUV47.46147.5164.05-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 15 (6.25% from 255) = 7.69%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=50.26%
G=7.69%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98158200.850.160.62311.5773.4522.16
Hex62F52055103E1384916
Octal142171220125207647011126
Binary1100010111110100100101010110000111110100111000100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620F52; }

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

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

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

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

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

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

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

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