#621A68

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

Shades of Palatinate Purple #621A68

Tints of Palatinate Purple #621A68

Color information

#621A68 (or 0x621A68) is unknown color: approx Palatinate Purple. HEX triplet: 62, 1A and 68. RGB value is (98,26,104). Sum of RGB (Red+Green+Blue) = 98+26+104=228 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.98% from 228); Green value is 26 (10.55% from 255 or 11.40% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #621A68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621A68 is #9DE597. Grayscale: #383838. Windows color (decimal): -10347928 or 6822498. OLE color: 6822498.

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

Color convert

RGB9826104-
CMYK0.060.7500.59
HSL295.38º60%25.49%-
HSV(B)295.38º75%40.78%-
XYZ7.914.3313.52-
YUV56.42154.85157.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 42.98%
GREEN value IS 26 (10.55% from 255) = 11.40%
BLUE value IS 104 (41.02% from 255) = 45.61%
R=42.98%
G=11.40%
B=45.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal98261040.060.7500.59295.386025.49
Hex621A6864B03B1273c19
Octal1423215061130734477431
Binary11000101101011010001101001011011101110010011111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621A68; }

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

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

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

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

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

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

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

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