Html Css Color HEX #621266 Palatinate Purple

📋 copy color: '#621266'

red 98 ◦ green 18 ◦ blue 102

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

Shades of Palatinate Purple #621266

Tints of Palatinate Purple #621266

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.26%

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

R = 44.95%
G = 8.26%
B = 46.79%

CMYK

 C value IS 0.04

 M value IS 0.82

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#621266 (or 0x621266) is known color: Palatinate Purple. HEX triplet: 62, 12 and 66. RGB value is (98,18,102). Sum of RGB (Red+Green+Blue) = 98+18+102=218 (28% of max value = 765). Red value is 98 (38.67% from 255 or 44.95% from 218); Green value is 18 (7.42% from 255 or 8.26% from 218); Blue value is 102 (40.23% from 255 or 46.79% from 218); Max value from RGB is 102 - color contains mainly: blue. Hex color #621266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621266 is #9DED99. Grayscale: #333333. Windows color (decimal): -10349978 or 6689378. OLE color: 6689378.

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

Color convert

RGB 98 18 102 -
CMYK 0.04 0.82 0 0.6
HSL 297.14º 0.7% 0.24% -
HSV(B) 297.14º 0.82% 0.4% -
XYZ 7.65 3.99 12.94 -
YUV 51.5 156.5 161.17 -
System Red Green Blue C M Y K H S L
Decimal 98 18 102 0.04 0.82 0 0.6 297.14 0.7 0.24
Hex 62 12 66 4 52 0 3C 129 46 18
Octal 142 22 146 4 122 0 74 451 106 30
Binary 1100010 10010 1100110 100 1010010 0 111100 100101001 1000110 11000

Color Harmonies of #621266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621266

Black with #621266

Text Example


Text Example

White with #621266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621266; }

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

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

background-color css

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

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

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

border-color css

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

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

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