Html Css Color HEX #622258 Palatinate Purple

📋 copy color: '#622258'

red 98 ◦ green 34 ◦ blue 88

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

Shades of Palatinate Purple #622258

Tints of Palatinate Purple #622258

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.45%

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

R = 44.55%
G = 15.45%
B = 40%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#622258 (or 0x622258) is known color: Palatinate Purple. HEX triplet: 62, 22 and 58. RGB value is (98,34,88). Sum of RGB (Red+Green+Blue) = 98+34+88=220 (29% of max value = 765). Red value is 98 (38.67% from 255 or 44.55% from 220); Green value is 34 (13.67% from 255 or 15.45% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 98 - color contains mainly: red. Hex color #622258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622258 is #9DDDA7. Grayscale: #3B3B3B. Windows color (decimal): -10345896 or 5775970. OLE color: 5775970.

HSL color Cylindrical-coordinate representation of color #622258: hue angle of 309.38º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #622258 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 34 88 -
CMYK 0 0.65 0.10 0.62
HSL 309.38º 0.48% 0.26% -
HSV(B) 309.38º 0.65% 0.38% -
XYZ 7.37 4.45 9.7 -
YUV 59.29 144.2 155.61 -
System Red Green Blue C M Y K H S L
Decimal 98 34 88 0 0.65 0.10 0.62 309.38 0.48 0.26
Hex 62 22 58 0 41 A 3E 135 30 1A
Octal 142 42 130 0 101 12 76 465 60 32
Binary 1100010 100010 1011000 0 1000001 1010 111110 100110101 110000 11010

Color Harmonies of #622258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622258

Black with #622258

Text Example


Text Example

White with #622258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622258; }

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

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

background-color css

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

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

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

border-color css

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

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

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