#620F67

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

Shades of Palatinate Purple #620F67

Tints of Palatinate Purple #620F67

Color information

#620F67 (or 0x620F67) is unknown color: approx Palatinate Purple. HEX triplet: 62, 0F and 67. RGB value is (98,15,103). Sum of RGB (Red+Green+Blue) = 98+15+103=216 (28% of max value = 765). Red value is 98 (38.67% from 255 or 45.37% from 216); Green value is 15 (6.25% from 255 or 6.94% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 103 - color contains mainly: blue. Hex color #620F67 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620F67 is #9DF098. Grayscale: #313131. Windows color (decimal): -10350745 or 6754146. OLE color: 6754146.

HSL color Cylindrical-coordinate representation of color #620F67: hue angle of 296.59º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #620F67 is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9815103-
CMYK0.050.8500.60
HSL296.59º74.58%23.14%-
HSV(B)296.59º85.44%40.39%-
XYZ7.663.9213.18-
YUV49.85158162.34-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 45.37%
GREEN value IS 15 (6.25% from 255) = 6.94%
BLUE value IS 103 (40.62% from 255) = 47.69%
R=45.37%
G=6.94%
B=47.69%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98151030.050.8500.60296.5974.5823.14
Hex62F6755503C1294b17
Octal14217147512507445111327
Binary11000101111110011110110101010111100100101001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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