Html Css Color HEX #632E60 Palatinate Purple

📋 copy color: '#632E60'

red 99 ◦ green 46 ◦ blue 96

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

Shades of Palatinate Purple #632E60

Tints of Palatinate Purple #632E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 39.83%

R = 41.08%
G = 19.09%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#632E60 (or 0x632E60) is known color: Palatinate Purple. HEX triplet: 63, 2E and 60. RGB value is (99,46,96). Sum of RGB (Red+Green+Blue) = 99+46+96=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #632E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632E60 is #9CD19F. Grayscale: #434343. Windows color (decimal): -10277280 or 6303331. OLE color: 6303331.

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

Color convert

RGB 99 46 96 -
CMYK 0 0.54 0.03 0.61
HSL 303.4º 0.37% 0.28% -
HSV(B) 303.4º 0.54% 0.39% -
XYZ 8.23 5.45 11.68 -
YUV 67.55 144.06 150.43 -
System Red Green Blue C M Y K H S L
Decimal 99 46 96 0 0.54 0.03 0.61 303.4 0.37 0.28
Hex 63 2E 60 0 36 3 3D 12F 25 1C
Octal 143 56 140 0 66 3 75 457 45 34
Binary 1100011 101110 1100000 0 110110 11 111101 100101111 100101 11100

Color Harmonies of #632E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632E60

Black with #632E60

Text Example


Text Example

White with #632E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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