Html Css Color HEX #632361 Palatinate Purple

📋 copy color: '#632361'

red 99 ◦ green 35 ◦ blue 97

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

Shades of Palatinate Purple #632361

Tints of Palatinate Purple #632361

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.15%

 BLUE value IS 97 (38.28% from 255) = 41.99%

R = 42.86%
G = 15.15%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#632361 (or 0x632361) is known color: Palatinate Purple. HEX triplet: 63, 23 and 61. RGB value is (99,35,97). Sum of RGB (Red+Green+Blue) = 99+35+97=231 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.86% from 231); Green value is 35 (14.06% from 255 or 15.15% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 99 - color contains mainly: red. Hex color #632361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632361 is #9CDC9E. Grayscale: #3D3D3D. Windows color (decimal): -10280095 or 6366051. OLE color: 6366051.

HSL color Cylindrical-coordinate representation of color #632361: hue angle of 301.88º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #632361 is Cyan = 0, Magento = 0.65, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 35 97 -
CMYK 0 0.65 0.02 0.61
HSL 301.88º 0.48% 0.26% -
HSV(B) 301.88º 0.65% 0.39% -
XYZ 7.9 4.72 11.8 -
YUV 61.2 148.2 154.96 -
System Red Green Blue C M Y K H S L
Decimal 99 35 97 0 0.65 0.02 0.61 301.88 0.48 0.26
Hex 63 23 61 0 41 2 3D 12E 30 1A
Octal 143 43 141 0 101 2 75 456 60 32
Binary 1100011 100011 1100001 0 1000001 10 111101 100101110 110000 11010

Color Harmonies of #632361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632361

Black with #632361

Text Example


Text Example

White with #632361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632361; }

 p { color: rgb(99,35,97); }

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

background-color css

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

 a { background-color: rgb(99,35,97); }

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

border-color css

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

 span { border-color: rgb(99,35,97); }

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