Html Css Color HEX #621168 Palatinate Purple

📋 copy color: '#621168'

red 98 ◦ green 17 ◦ blue 104

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

Shades of Palatinate Purple #621168

Tints of Palatinate Purple #621168

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.76%

 BLUE value IS 104 (41.02% from 255) = 47.49%

R = 44.75%
G = 7.76%
B = 47.49%

CMYK

 C value IS 0.06

 M value IS 0.84

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#621168 (or 0x621168) is known color: Palatinate Purple. HEX triplet: 62, 11 and 68. RGB value is (98,17,104). Sum of RGB (Red+Green+Blue) = 98+17+104=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 17 (7.03% from 255 or 7.76% from 219); Blue value is 104 (41.02% from 255 or 47.49% from 219); Max value from RGB is 104 - color contains mainly: blue. Hex color #621168 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #621168 is #9DEE97. Grayscale: #323232. Windows color (decimal): -10350232 or 6820194. OLE color: 6820194.

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

Color convert

RGB 98 17 104 -
CMYK 0.06 0.84 0 0.59
HSL 295.86º 0.72% 0.24% -
HSV(B) 295.86º 0.84% 0.41% -
XYZ 7.74 4 13.46 -
YUV 51.14 157.84 161.43 -
System Red Green Blue C M Y K H S L
Decimal 98 17 104 0.06 0.84 0 0.59 295.86 0.72 0.24
Hex 62 11 68 6 54 0 3B 128 48 18
Octal 142 21 150 6 124 0 73 450 110 30
Binary 1100010 10001 1101000 110 1010100 0 111011 100101000 1001000 11000

Color Harmonies of #621168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #621168

Black with #621168

Text Example


Text Example

White with #621168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #621168; }

 p { color: rgb(98,17,104); }

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

background-color css

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

 a { background-color: rgb(98,17,104); }

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

border-color css

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

 span { border-color: rgb(98,17,104); }

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