Html Css Color HEX #632E5B Palatinate Purple

📋 copy color: '#632E5B'

red 99 ◦ green 46 ◦ blue 91

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

Shades of Palatinate Purple #632E5B

Tints of Palatinate Purple #632E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.56%

R = 41.95%
G = 19.49%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#632E5B (or 0x632E5B) is known color: Palatinate Purple. HEX triplet: 63, 2E and 5B. RGB value is (99,46,91). Sum of RGB (Red+Green+Blue) = 99+46+91=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 46 (18.36% from 255 or 19.49% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 99 - color contains mainly: red. Hex color #632E5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632E5B is #9CD1A4. Grayscale: #424242. Windows color (decimal): -10277285 or 5975651. OLE color: 5975651.

HSL color Cylindrical-coordinate representation of color #632E5B: hue angle of 309.06º 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 #632E5B is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 46 91 -
CMYK 0 0.54 0.08 0.61
HSL 309.06º 0.37% 0.28% -
HSV(B) 309.06º 0.54% 0.39% -
XYZ 8.01 5.36 10.51 -
YUV 66.98 141.56 150.84 -
System Red Green Blue C M Y K H S L
Decimal 99 46 91 0 0.54 0.08 0.61 309.06 0.37 0.28
Hex 63 2E 5B 0 36 8 3D 135 25 1C
Octal 143 56 133 0 66 10 75 465 45 34
Binary 1100011 101110 1011011 0 110110 1000 111101 100110101 100101 11100

Color Harmonies of #632E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632E5B

Black with #632E5B

Text Example


Text Example

White with #632E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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