Html Css Color HEX #622962 Palatinate Purple

📋 copy color: '#622962'

red 98 ◦ green 41 ◦ blue 98

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

Shades of Palatinate Purple #622962

Tints of Palatinate Purple #622962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.3%

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

R = 41.35%
G = 17.3%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#622962 (or 0x622962) is known color: Palatinate Purple. HEX triplet: 62, 29 and 62. RGB value is (98,41,98). Sum of RGB (Red+Green+Blue) = 98+41+98=237 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.35% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #622962 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622962 is #9DD69D. Grayscale: #404040. Windows color (decimal): -10344094 or 6433122. OLE color: 6433122.

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

Color convert

RGB 98 41 98 -
CMYK 0 0.58 0 0.62
HSL 300º 0.41% 0.27% -
HSV(B) 300º 0.58% 0.38% -
XYZ 8.03 5.06 12.11 -
YUV 64.54 146.88 151.87 -
System Red Green Blue C M Y K H S L
Decimal 98 41 98 0 0.58 0 0.62 300 0.41 0.27
Hex 62 29 62 0 3A 0 3E 12C 29 1B
Octal 142 51 142 0 72 0 76 454 51 33
Binary 1100010 101001 1100010 0 111010 0 111110 100101100 101001 11011

Color Harmonies of #622962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622962

Black with #622962

Text Example


Text Example

White with #622962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622962; }

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

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

background-color css

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

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

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

border-color css

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

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

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