Html Css Color HEX #632C62 Palatinate Purple

📋 copy color: '#632C62'

red 99 ◦ green 44 ◦ blue 98

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

Shades of Palatinate Purple #632C62

Tints of Palatinate Purple #632C62

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.26%

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

R = 41.08%
G = 18.26%
B = 40.66%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#632C62 (or 0x632C62) is known color: Palatinate Purple. HEX triplet: 63, 2C and 62. RGB value is (99,44,98). Sum of RGB (Red+Green+Blue) = 99+44+98=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 98 (38.67% from 255 or 40.66% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #632C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632C62 is #9CD39D. Grayscale: #424242. Windows color (decimal): -10277790 or 6433891. OLE color: 6433891.

HSL color Cylindrical-coordinate representation of color #632C62: hue angle of 301.09º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #632C62 is Cyan = 0, Magento = 0.56, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 44 98 -
CMYK 0 0.56 0.01 0.61
HSL 301.09º 0.38% 0.28% -
HSV(B) 301.09º 0.56% 0.39% -
XYZ 8.25 5.34 12.15 -
YUV 66.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 99 44 98 0 0.56 0.01 0.61 301.09 0.38 0.28
Hex 63 2C 62 0 38 1 3D 12D 26 1C
Octal 143 54 142 0 70 1 75 455 46 34
Binary 1100011 101100 1100010 0 111000 1 111101 100101101 100110 11100

Color Harmonies of #632C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632C62

Black with #632C62

Text Example


Text Example

White with #632C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #632C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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