Html Css Color HEX #622B55 Palatinate Purple

📋 copy color: '#622B55'

red 98 ◦ green 43 ◦ blue 85

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

Shades of Palatinate Purple #622B55

Tints of Palatinate Purple #622B55

RGB

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

 GREEN value IS 43 (17.19% from 255) = 19.03%

 BLUE value IS 85 (33.59% from 255) = 37.61%

R = 43.36%
G = 19.03%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#622B55 (or 0x622B55) is known color: Palatinate Purple. HEX triplet: 62, 2B and 55. RGB value is (98,43,85). Sum of RGB (Red+Green+Blue) = 98+43+85=226 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.36% from 226); Green value is 43 (17.19% from 255 or 19.03% from 226); Blue value is 85 (33.59% from 255 or 37.61% from 226); Max value from RGB is 98 - color contains mainly: red. Hex color #622B55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622B55 is #9DD4AA. Grayscale: #404040. Windows color (decimal): -10343595 or 5581666. OLE color: 5581666.

HSL color Cylindrical-coordinate representation of color #622B55: hue angle of 314.18º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #622B55 is Cyan = 0, Magento = 0.56, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 43 85 -
CMYK 0 0.56 0.13 0.62
HSL 314.18º 0.39% 0.28% -
HSV(B) 314.18º 0.56% 0.38% -
XYZ 7.54 4.98 9.16 -
YUV 64.23 139.72 152.08 -
System Red Green Blue C M Y K H S L
Decimal 98 43 85 0 0.56 0.13 0.62 314.18 0.39 0.28
Hex 62 2B 55 0 38 D 3E 13A 27 1C
Octal 142 53 125 0 70 15 76 472 47 34
Binary 1100010 101011 1010101 0 111000 1101 111110 100111010 100111 11100

Color Harmonies of #622B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622B55

Black with #622B55

Text Example


Text Example

White with #622B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622B55; }

 p { color: rgb(98,43,85); }

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

background-color css

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

 a { background-color: rgb(98,43,85); }

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

border-color css

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

 span { border-color: rgb(98,43,85); }

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