Html Css Color HEX #622261 Palatinate Purple

📋 copy color: '#622261'

red 98 ◦ green 34 ◦ blue 97

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

Shades of Palatinate Purple #622261

Tints of Palatinate Purple #622261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.36%

R = 42.79%
G = 14.85%
B = 42.36%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#622261 (or 0x622261) is known color: Palatinate Purple. HEX triplet: 62, 22 and 61. RGB value is (98,34,97). Sum of RGB (Red+Green+Blue) = 98+34+97=229 (30% of max value = 765). Red value is 98 (38.67% from 255 or 42.79% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 97 (38.28% from 255 or 42.36% from 229); Max value from RGB is 98 - color contains mainly: red. Hex color #622261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622261 is #9DDD9E. Grayscale: #3C3C3C. Windows color (decimal): -10345887 or 6365794. OLE color: 6365794.

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

Color convert

RGB 98 34 97 -
CMYK 0 0.65 0.01 0.62
HSL 300.94º 0.48% 0.26% -
HSV(B) 300.94º 0.65% 0.38% -
XYZ 7.77 4.6 11.79 -
YUV 60.32 148.7 154.88 -
System Red Green Blue C M Y K H S L
Decimal 98 34 97 0 0.65 0.01 0.62 300.94 0.48 0.26
Hex 62 22 61 0 41 1 3E 12D 30 1A
Octal 142 42 141 0 101 1 76 455 60 32
Binary 1100010 100010 1100001 0 1000001 1 111110 100101101 110000 11010

Color Harmonies of #622261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622261

Black with #622261

Text Example


Text Example

White with #622261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622261; }

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

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

background-color css

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

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

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

border-color css

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

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

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