Html Css Color HEX #622565 Palatinate Purple

📋 copy color: '#622565'

red 98 ◦ green 37 ◦ blue 101

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

Shades of Palatinate Purple #622565

Tints of Palatinate Purple #622565

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

 BLUE value IS 101 (39.84% from 255) = 42.8%

R = 41.53%
G = 15.68%
B = 42.8%

CMYK

 C value IS 0.03

 M value IS 0.63

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#622565 (or 0x622565) is known color: Palatinate Purple. HEX triplet: 62, 25 and 65. RGB value is (98,37,101). Sum of RGB (Red+Green+Blue) = 98+37+101=236 (31% of max value = 765). Red value is 98 (38.67% from 255 or 41.53% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 101 - color contains mainly: blue. Hex color #622565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #622565 is #9DDA9A. Grayscale: #3E3E3E. Windows color (decimal): -10345115 or 6628706. OLE color: 6628706.

HSL color Cylindrical-coordinate representation of color #622565: hue angle of 297.19º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #622565 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 98 37 101 -
CMYK 0.03 0.63 0 0.60
HSL 297.19º 0.46% 0.27% -
HSV(B) 297.19º 0.63% 0.4% -
XYZ 8.05 4.86 12.83 -
YUV 62.54 149.71 153.3 -
System Red Green Blue C M Y K H S L
Decimal 98 37 101 0.03 0.63 0 0.60 297.19 0.46 0.27
Hex 62 25 65 3 3F 0 3C 129 2E 1B
Octal 142 45 145 3 77 0 74 451 56 33
Binary 1100010 100101 1100101 11 111111 0 111100 100101001 101110 11011

Color Harmonies of #622565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #622565

Black with #622565

Text Example


Text Example

White with #622565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #622565; }

 p { color: rgb(98,37,101); }

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

background-color css

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

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

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

border-color css

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

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

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