Html Css Color HEX #632E52 Palatinate Purple

📋 copy color: '#632E52'

red 99 ◦ green 46 ◦ blue 82

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

Shades of Palatinate Purple #632E52

Tints of Palatinate Purple #632E52

RGB

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

 GREEN value IS 46 (18.36% from 255) = 20.26%

 BLUE value IS 82 (32.42% from 255) = 36.12%

R = 43.61%
G = 20.26%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#632E52 (or 0x632E52) is known color: Palatinate Purple. HEX triplet: 63, 2E and 52. RGB value is (99,46,82). Sum of RGB (Red+Green+Blue) = 99+46+82=227 (30% of max value = 765). Red value is 99 (39.06% from 255 or 43.61% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 82 (32.42% from 255 or 36.12% from 227); Max value from RGB is 99 - color contains mainly: red. Hex color #632E52 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632E52 is #9CD1AD. Grayscale: #414141. Windows color (decimal): -10277294 or 5385827. OLE color: 5385827.

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

Color convert

RGB 99 46 82 -
CMYK 0 0.54 0.17 0.61
HSL 319.25º 0.37% 0.28% -
HSV(B) 319.25º 0.54% 0.39% -
XYZ 7.65 5.22 8.59 -
YUV 65.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 99 46 82 0 0.54 0.17 0.61 319.25 0.37 0.28
Hex 63 2E 52 0 36 11 3D 13F 25 1C
Octal 143 56 122 0 66 21 75 477 45 34
Binary 1100011 101110 1010010 0 110110 10001 111101 100111111 100101 11100

Color Harmonies of #632E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632E52

Black with #632E52

Text Example


Text Example

White with #632E52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,46,82); }

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

background-color css

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

 a { background-color: rgb(99,46,82); }

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

border-color css

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

 span { border-color: rgb(99,46,82); }

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