Html Css Color HEX #632A5B Palatinate Purple

📋 copy color: '#632A5B'

red 99 ◦ green 42 ◦ blue 91

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

Shades of Palatinate Purple #632A5B

Tints of Palatinate Purple #632A5B

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.1%

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

R = 42.67%
G = 18.1%
B = 39.22%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#632A5B (or 0x632A5B) is known color: Palatinate Purple. HEX triplet: 63, 2A and 5B. RGB value is (99,42,91). Sum of RGB (Red+Green+Blue) = 99+42+91=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #632A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632A5B is #9CD5A4. Grayscale: #404040. Windows color (decimal): -10278309 or 5974627. OLE color: 5974627.

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

Color convert

RGB 99 42 91 -
CMYK 0 0.58 0.08 0.61
HSL 308.42º 0.4% 0.28% -
HSV(B) 308.42º 0.58% 0.39% -
XYZ 7.86 5.06 10.46 -
YUV 64.63 142.88 152.52 -
System Red Green Blue C M Y K H S L
Decimal 99 42 91 0 0.58 0.08 0.61 308.42 0.4 0.28
Hex 63 2A 5B 0 3A 8 3D 134 28 1C
Octal 143 52 133 0 72 10 75 464 50 34
Binary 1100011 101010 1011011 0 111010 1000 111101 100110100 101000 11100

Color Harmonies of #632A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #632A5B

Black with #632A5B

Text Example


Text Example

White with #632A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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