Html Css Color HEX #622963 Palatinate Purple

📋 copy color: '#622963'

red 98 ◦ green 41 ◦ blue 99

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

Shades of Palatinate Purple #622963

Tints of Palatinate Purple #622963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 41.6%

R = 41.18%
G = 17.23%
B = 41.6%

CMYK

 C value IS 0.01

 M value IS 0.59

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#622963 (or 0x622963) is known color: Palatinate Purple. HEX triplet: 62, 29 and 63. RGB value is (98,41,99). Sum of RGB (Red+Green+Blue) = 98+41+99=238 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.18% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 99 (39.06% from 255 or 41.60% from 238); Max value from RGB is 99 - color contains mainly: blue. Hex color #622963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622963 is #9DD69C. Grayscale: #404040. Windows color (decimal): -10344093 or 6498658. OLE color: 6498658.

HSL color Cylindrical-coordinate representation of color #622963: hue angle of 298.97º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #622963 is Cyan = 0.01, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 98 41 99 -
CMYK 0.01 0.59 0 0.61
HSL 298.97º 0.41% 0.27% -
HSV(B) 298.97º 0.59% 0.39% -
XYZ 8.08 5.08 12.36 -
YUV 64.66 147.38 151.78 -
System Red Green Blue C M Y K H S L
Decimal 98 41 99 0.01 0.59 0 0.61 298.97 0.41 0.27
Hex 62 29 63 1 3B 0 3D 12B 29 1B
Octal 142 51 143 1 73 0 75 453 51 33
Binary 1100010 101001 1100011 1 111011 0 111101 100101011 101001 11011

Color Harmonies of #622963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622963

Black with #622963

Text Example


Text Example

White with #622963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622963; }

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

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

background-color css

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

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

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

border-color css

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

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

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