#620F6A

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

Shades of Palatinate Purple #620F6A

Tints of Palatinate Purple #620F6A

Color information

#620F6A (or 0x620F6A) is unknown color: approx Palatinate Purple. HEX triplet: 62, 0F and 6A. RGB value is (98,15,106). Sum of RGB (Red+Green+Blue) = 98+15+106=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 15 (6.25% from 255 or 6.85% from 219); Blue value is 106 (41.80% from 255 or 48.40% from 219); Max value from RGB is 106 - color contains mainly: blue. Hex color #620F6A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620F6A is #9DF095. Grayscale: #313131. Windows color (decimal): -10350742 or 6950754. OLE color: 6950754.

HSL color Cylindrical-coordinate representation of color #620F6A: hue angle of 294.73º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #620F6A is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9815106-
CMYK0.080.8600.58
HSL294.73º75.21%23.73%-
HSV(B)294.73º85.85%41.57%-
XYZ7.813.9813.99-
YUV50.19159.5162.1-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 44.75%
GREEN value IS 15 (6.25% from 255) = 6.85%
BLUE value IS 106 (41.80% from 255) = 48.40%
R=44.75%
G=6.85%
B=48.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal98151060.080.8600.58294.7375.2123.73
Hex62F6A85603A1274b18
Octal142171521012607244711330
Binary110001011111101010100010101100111010100100111100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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