Html Css Color HEX #632562 Palatinate Purple

📋 copy color: '#632562'

red 99 ◦ green 37 ◦ blue 98

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

Shades of Palatinate Purple #632562

Tints of Palatinate Purple #632562

RGB

 RED value IS 99 (39.06% from 255) = 42.31%

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

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

R = 42.31%
G = 15.81%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#632562 (or 0x632562) is known color: Palatinate Purple. HEX triplet: 63, 25 and 62. RGB value is (99,37,98). Sum of RGB (Red+Green+Blue) = 99+37+98=234 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.31% from 234); Green value is 37 (14.84% from 255 or 15.81% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 99 - color contains mainly: red. Hex color #632562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632562 is #9CDA9D. Grayscale: #3E3E3E. Windows color (decimal): -10279582 or 6432099. OLE color: 6432099.

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

Color convert

RGB 99 37 98 -
CMYK 0 0.63 0.01 0.61
HSL 300.97º 0.46% 0.27% -
HSV(B) 300.97º 0.63% 0.39% -
XYZ 8.01 4.86 12.07 -
YUV 62.49 148.04 154.04 -
System Red Green Blue C M Y K H S L
Decimal 99 37 98 0 0.63 0.01 0.61 300.97 0.46 0.27
Hex 63 25 62 0 3F 1 3D 12D 2E 1B
Octal 143 45 142 0 77 1 75 455 56 33
Binary 1100011 100101 1100010 0 111111 1 111101 100101101 101110 11011

Color Harmonies of #632562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632562

Black with #632562

Text Example


Text Example

White with #632562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632562; }

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

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

background-color css

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

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

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

border-color css

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

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

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