#620867

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

Shades of Palatinate Purple #620867

Tints of Palatinate Purple #620867

Color information

#620867 (or 0x620867) is unknown color: approx Palatinate Purple. HEX triplet: 62, 08 and 67. RGB value is (98,8,103). Sum of RGB (Red+Green+Blue) = 98+8+103=209 (27% of max value = 765). Red value is 98 (38.67% from 255 or 46.89% from 209); Green value is 8 (3.52% from 255 or 3.83% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #620867 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #620867 is #9DF798. Grayscale: #2D2D2D. Windows color (decimal): -10352537 or 6752354. OLE color: 6752354.

HSL color Cylindrical-coordinate representation of color #620867: hue angle of 296.84º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #620867 is Cyan = 0.05, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB988103-
CMYK0.050.9200.60
HSL296.84º85.59%21.76%-
HSV(B)296.84º92.23%40.39%-
XYZ7.573.7513.16-
YUV45.74160.32165.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 46.89%
GREEN value IS 8 (3.52% from 255) = 3.83%
BLUE value IS 103 (40.62% from 255) = 49.28%
R=46.89%
G=3.83%
B=49.28%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9881030.050.9200.60296.8485.5921.76
Hex6286755C03C1295616
Octal14210147513407445112626
Binary11000101000110011110110111000111100100101001101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #620867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #620867; }

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

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

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

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

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

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

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

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