#621768

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

Shades of Palatinate Purple #621768

Tints of Palatinate Purple #621768

Color information

#621768 (or 0x621768) is unknown color: approx Palatinate Purple. HEX triplet: 62, 17 and 68. RGB value is (98,23,104). Sum of RGB (Red+Green+Blue) = 98+23+104=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 23 (9.38% from 255 or 10.22% from 225); Blue value is 104 (41.02% from 255 or 46.22% from 225); Max value from RGB is 104 - color contains mainly: blue. Hex color #621768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621768 is #9DE897. Grayscale: #363636. Windows color (decimal): -10348696 or 6821730. OLE color: 6821730.

HSL color Cylindrical-coordinate representation of color #621768: hue angle of 295.56º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #621768 is Cyan = 0.06, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9823104-
CMYK0.060.7800.59
HSL295.56º63.78%24.9%-
HSV(B)295.56º77.88%40.78%-
XYZ7.844.2113.5-
YUV54.66155.85158.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.56%
GREEN value IS 23 (9.38% from 255) = 10.22%
BLUE value IS 104 (41.02% from 255) = 46.22%
R=43.56%
G=10.22%
B=46.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98231040.060.7800.59295.5663.7824.9
Hex62176864E03B1284019
Octal14227150611607345010031
Binary110001010111110100011010011100111011100101000100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621768; }

 p { color: rgb(98,23,104); }

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

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

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

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

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

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

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