Html Css Color HEX #622950 Palatinate Purple

📋 copy color: '#622950'

red 98 ◦ green 41 ◦ blue 80

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

Shades of Palatinate Purple #622950

Tints of Palatinate Purple #622950

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.72%

 BLUE value IS 80 (31.64% from 255) = 36.53%

R = 44.75%
G = 18.72%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#622950 (or 0x622950) is known color: Palatinate Purple. HEX triplet: 62, 29 and 50. RGB value is (98,41,80). Sum of RGB (Red+Green+Blue) = 98+41+80=219 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.75% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 80 (31.64% from 255 or 36.53% from 219); Max value from RGB is 98 - color contains mainly: red. Hex color #622950 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622950 is #9DD6AF. Grayscale: #3E3E3E. Windows color (decimal): -10344112 or 5253474. OLE color: 5253474.

HSL color Cylindrical-coordinate representation of color #622950: hue angle of 318.95º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #622950 is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 41 80 -
CMYK 0 0.58 0.18 0.62
HSL 318.95º 0.41% 0.27% -
HSV(B) 318.95º 0.58% 0.38% -
XYZ 7.28 4.76 8.12 -
YUV 62.49 137.88 153.33 -
System Red Green Blue C M Y K H S L
Decimal 98 41 80 0 0.58 0.18 0.62 318.95 0.41 0.27
Hex 62 29 50 0 3A 12 3E 13F 29 1B
Octal 142 51 120 0 72 22 76 477 51 33
Binary 1100010 101001 1010000 0 111010 10010 111110 100111111 101001 11011

Color Harmonies of #622950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622950

Black with #622950

Text Example


Text Example

White with #622950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622950; }

 p { color: rgb(98,41,80); }

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

background-color css

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

 a { background-color: rgb(98,41,80); }

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

border-color css

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

 span { border-color: rgb(98,41,80); }

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