Html Css Color HEX #621966 Palatinate Purple

📋 copy color: '#621966'

red 98 ◦ green 25 ◦ blue 102

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

Shades of Palatinate Purple #621966

Tints of Palatinate Purple #621966

RGB

 RED value IS 98 (38.67% from 255) = 43.56%

 GREEN value IS 25 (10.16% from 255) = 11.11%

 BLUE value IS 102 (40.23% from 255) = 45.33%

R = 43.56%
G = 11.11%
B = 45.33%

CMYK

 C value IS 0.04

 M value IS 0.75

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#621966 (or 0x621966) is known color: Palatinate Purple. HEX triplet: 62, 19 and 66. RGB value is (98,25,102). Sum of RGB (Red+Green+Blue) = 98+25+102=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 102 (40.23% from 255 or 45.33% from 225); Max value from RGB is 102 - color contains mainly: blue. Hex color #621966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621966 is #9DE699. Grayscale: #373737. Windows color (decimal): -10348186 or 6691170. OLE color: 6691170.

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

Color convert

RGB 98 25 102 -
CMYK 0.04 0.75 0 0.6
HSL 296.88º 0.61% 0.25% -
HSV(B) 296.88º 0.75% 0.4% -
XYZ 7.78 4.25 12.98 -
YUV 55.61 154.18 158.24 -
System Red Green Blue C M Y K H S L
Decimal 98 25 102 0.04 0.75 0 0.6 296.88 0.61 0.25
Hex 62 19 66 4 4B 0 3C 129 3D 19
Octal 142 31 146 4 113 0 74 451 75 31
Binary 1100010 11001 1100110 100 1001011 0 111100 100101001 111101 11001

Color Harmonies of #621966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621966

Black with #621966

Text Example


Text Example

White with #621966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621966; }

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

 H1.HeaderClassName
 {
   color: #621966;
 }
 .AnyTagClassName
 {
   color: #621966;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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