#621B66

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

Shades of Palatinate Purple #621B66

Tints of Palatinate Purple #621B66

Color information

#621B66 (or 0x621B66) is unknown color: approx Palatinate Purple. HEX triplet: 62, 1B and 66. RGB value is (98,27,102). Sum of RGB (Red+Green+Blue) = 98+27+102=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 27 (10.94% from 255 or 11.89% from 227); Blue value is 102 (40.23% from 255 or 44.93% from 227); Max value from RGB is 102 - color contains mainly: blue. Hex color #621B66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #621B66 is #9DE499. Grayscale: #383838. Windows color (decimal): -10347674 or 6691682. OLE color: 6691682.

HSL color Cylindrical-coordinate representation of color #621B66: hue angle of 296.8º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #621B66 is Cyan = 0.04, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9827102-
CMYK0.040.7400.6
HSL296.8º58.14%25.29%-
HSV(B)296.8º73.53%40%-
XYZ7.834.3413-
YUV56.78153.52157.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.17%
GREEN value IS 27 (10.94% from 255) = 11.89%
BLUE value IS 102 (40.23% from 255) = 44.93%
R=43.17%
G=11.89%
B=44.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal98271020.040.7400.6296.858.1425.29
Hex621B6644A03C1293a19
Octal1423314641120744517231
Binary11000101101111001101001001010011110010010100111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,27,102); }

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

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

 a { background-color: rgb(98,27,102); }

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

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

 span { border-color: rgb(98,27,102); }

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