Html Css Color HEX #622B62 Palatinate Purple

📋 copy color: '#622B62'

red 98 ◦ green 43 ◦ blue 98

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

Shades of Palatinate Purple #622B62

Tints of Palatinate Purple #622B62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 41%

R = 41%
G = 17.99%
B = 41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#622B62 (or 0x622B62) is known color: Palatinate Purple. HEX triplet: 62, 2B and 62. RGB value is (98,43,98). Sum of RGB (Red+Green+Blue) = 98+43+98=239 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.00% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #622B62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622B62 is #9DD49D. Grayscale: #414141. Windows color (decimal): -10343582 or 6433634. OLE color: 6433634.

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

Color convert

RGB 98 43 98 -
CMYK 0 0.56 0 0.62
HSL 300º 0.39% 0.28% -
HSV(B) 300º 0.56% 0.38% -
XYZ 8.11 5.21 12.13 -
YUV 65.72 146.22 151.03 -
System Red Green Blue C M Y K H S L
Decimal 98 43 98 0 0.56 0 0.62 300 0.39 0.28
Hex 62 2B 62 0 38 0 3E 12C 27 1C
Octal 142 53 142 0 70 0 76 454 47 34
Binary 1100010 101011 1100010 0 111000 0 111110 100101100 100111 11100

Color Harmonies of #622B62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622B62

Black with #622B62

Text Example


Text Example

White with #622B62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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