Html Css Color HEX #622E62 Palatinate Purple

📋 copy color: '#622E62'

red 98 ◦ green 46 ◦ blue 98

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

Shades of Palatinate Purple #622E62

Tints of Palatinate Purple #622E62

RGB

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

 GREEN value IS 46 (18.36% from 255) = 19.01%

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

R = 40.5%
G = 19.01%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#622E62 (or 0x622E62) is known color: Palatinate Purple. HEX triplet: 62, 2E and 62. RGB value is (98,46,98). Sum of RGB (Red+Green+Blue) = 98+46+98=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 46 (18.36% from 255 or 19.01% from 242); Blue value is 98 (38.67% from 255 or 40.50% from 242); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #622E62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622E62 is #9DD19D. Grayscale: #434343. Windows color (decimal): -10342814 or 6434402. OLE color: 6434402.

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

Color convert

RGB 98 46 98 -
CMYK 0 0.53 0 0.62
HSL 300º 0.36% 0.28% -
HSV(B) 300º 0.53% 0.38% -
XYZ 8.22 5.43 12.17 -
YUV 67.48 145.23 149.77 -
System Red Green Blue C M Y K H S L
Decimal 98 46 98 0 0.53 0 0.62 300 0.36 0.28
Hex 62 2E 62 0 35 0 3E 12C 24 1C
Octal 142 56 142 0 65 0 76 454 44 34
Binary 1100010 101110 1100010 0 110101 0 111110 100101100 100100 11100

Color Harmonies of #622E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622E62

Black with #622E62

Text Example


Text Example

White with #622E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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