Html Css Color HEX #633D5C Palatinate Purple

📋 copy color: '#633D5C'

red 99 ◦ green 61 ◦ blue 92

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

Shades of Palatinate Purple #633D5C

Tints of Palatinate Purple #633D5C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 24.21%

 BLUE value IS 92 (36.33% from 255) = 36.51%

R = 39.29%
G = 24.21%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#633D5C (or 0x633D5C) is known color: Palatinate Purple. HEX triplet: 63, 3D and 5C. RGB value is (99,61,92). Sum of RGB (Red+Green+Blue) = 99+61+92=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 61 (24.22% from 255 or 24.21% from 252); Blue value is 92 (36.33% from 255 or 36.51% from 252); Max value from RGB is 99 - color contains mainly: red. Hex color #633D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633D5C is #9CC2A3. Grayscale: #4B4B4B. Windows color (decimal): -10273444 or 6045027. OLE color: 6045027.

HSL color Cylindrical-coordinate representation of color #633D5C: hue angle of 311.05º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #633D5C is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 61 92 -
CMYK 0 0.38 0.07 0.61
HSL 311.05º 0.24% 0.31% -
HSV(B) 311.05º 0.38% 0.39% -
XYZ 8.75 6.76 10.97 -
YUV 75.9 137.09 144.48 -
System Red Green Blue C M Y K H S L
Decimal 99 61 92 0 0.38 0.07 0.61 311.05 0.24 0.31
Hex 63 3D 5C 0 26 7 3D 137 18 1F
Octal 143 75 134 0 46 7 75 467 30 37
Binary 1100011 111101 1011100 0 100110 111 111101 100110111 11000 11111

Color Harmonies of #633D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633D5C

Black with #633D5C

Text Example


Text Example

White with #633D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633D5C; }

 p { color: rgb(99,61,92); }

 H1.HeaderClassName
 {
   color: #633D5C;
 }
 .AnyTagClassName
 {
   color: #633D5C;
 }
</style>

background-color css

<style>
 a { background-color: #633D5C; }

 a { background-color: rgb(99,61,92); }

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

border-color css

<style>
 span { border-color: #633D5C; }

 span { border-color: rgb(99,61,92); }

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