Html Css Color HEX #621B66 Palatinate Purple

📋 copy color: '#621B66'

red 98 ◦ green 27 ◦ blue 102

#621B66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #621B66

Tints of Palatinate Purple #621B66

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 value IS 0.04

 M value IS 0.74

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#621B66 (or 0x621B66) is known color: 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

RGB 98 27 102 -
CMYK 0.04 0.74 0 0.6
HSL 296.8º 0.58% 0.25% -
HSV(B) 296.8º 0.74% 0.4% -
XYZ 7.83 4.34 13 -
YUV 56.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 98 27 102 0.04 0.74 0 0.6 296.8 0.58 0.25
Hex 62 1B 66 4 4A 0 3C 129 3A 19
Octal 142 33 146 4 112 0 74 451 72 31
Binary 1100010 11011 1100110 100 1001010 0 111100 100101001 111010 11001

Color Harmonies of #621B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621B66

Black with #621B66

Text Example


Text Example

White with #621B66

Text Example


Text Example

HTML Codes & Css Web 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>