Html Css Color HEX #621269 Palatinate Purple

📋 copy color: '#621269'

red 98 ◦ green 18 ◦ blue 105

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

Shades of Palatinate Purple #621269

Tints of Palatinate Purple #621269

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 47.51%

R = 44.34%
G = 8.14%
B = 47.51%

CMYK

 C value IS 0.07

 M value IS 0.83

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#621269 (or 0x621269) is known color: Palatinate Purple. HEX triplet: 62, 12 and 69. RGB value is (98,18,105). Sum of RGB (Red+Green+Blue) = 98+18+105=221 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.34% from 221); Green value is 18 (7.42% from 255 or 8.14% from 221); Blue value is 105 (41.41% from 255 or 47.51% from 221); Max value from RGB is 105 - color contains mainly: blue. Hex color #621269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621269 is #9DED96. Grayscale: #333333. Windows color (decimal): -10349975 or 6885986. OLE color: 6885986.

HSL color Cylindrical-coordinate representation of color #621269: hue angle of 295.17º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621269 is Cyan = 0.07, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 98 18 105 -
CMYK 0.07 0.83 0 0.59
HSL 295.17º 0.71% 0.24% -
HSV(B) 295.17º 0.83% 0.41% -
XYZ 7.8 4.05 13.73 -
YUV 51.84 158 160.93 -
System Red Green Blue C M Y K H S L
Decimal 98 18 105 0.07 0.83 0 0.59 295.17 0.71 0.24
Hex 62 12 69 7 53 0 3B 127 47 18
Octal 142 22 151 7 123 0 73 447 107 30
Binary 1100010 10010 1101001 111 1010011 0 111011 100100111 1000111 11000

Color Harmonies of #621269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621269

Black with #621269

Text Example


Text Example

White with #621269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621269; }

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

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

background-color css

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

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

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

border-color css

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

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

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