Html Css Color HEX #622958 Palatinate Purple

📋 copy color: '#622958'

red 98 ◦ green 41 ◦ blue 88

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

Shades of Palatinate Purple #622958

Tints of Palatinate Purple #622958

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 38.77%

R = 43.17%
G = 18.06%
B = 38.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#622958 (or 0x622958) is known color: Palatinate Purple. HEX triplet: 62, 29 and 58. RGB value is (98,41,88). Sum of RGB (Red+Green+Blue) = 98+41+88=227 (30% of max value = 765). Red value is 98 (38.67% from 255 or 43.17% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 98 - color contains mainly: red. Hex color #622958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622958 is #9DD6A7. Grayscale: #3F3F3F. Windows color (decimal): -10344104 or 5777762. OLE color: 5777762.

HSL color Cylindrical-coordinate representation of color #622958: hue angle of 310.53º 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 #622958 is Cyan = 0, Magento = 0.58, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 41 88 -
CMYK 0 0.58 0.10 0.62
HSL 310.53º 0.41% 0.27% -
HSV(B) 310.53º 0.58% 0.38% -
XYZ 7.59 4.89 9.78 -
YUV 63.4 141.88 152.68 -
System Red Green Blue C M Y K H S L
Decimal 98 41 88 0 0.58 0.10 0.62 310.53 0.41 0.27
Hex 62 29 58 0 3A A 3E 137 29 1B
Octal 142 51 130 0 72 12 76 467 51 33
Binary 1100010 101001 1011000 0 111010 1010 111110 100110111 101001 11011

Color Harmonies of #622958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622958

Black with #622958

Text Example


Text Example

White with #622958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622958; }

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

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

background-color css

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

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

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

border-color css

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

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

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