Html Css Color HEX #633B5B Palatinate Purple

📋 copy color: '#633B5B'

red 99 ◦ green 59 ◦ blue 91

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

Shades of Palatinate Purple #633B5B

Tints of Palatinate Purple #633B5B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.69%

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

R = 39.76%
G = 23.69%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#633B5B (or 0x633B5B) is known color: Palatinate Purple. HEX triplet: 63, 3B and 5B. RGB value is (99,59,91). Sum of RGB (Red+Green+Blue) = 99+59+91=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 91 (35.94% from 255 or 36.55% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #633B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633B5B is #9CC4A4. Grayscale: #4A4A4A. Windows color (decimal): -10273957 or 5978979. OLE color: 5978979.

HSL color Cylindrical-coordinate representation of color #633B5B: hue angle of 312º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #633B5B is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 59 91 -
CMYK 0 0.40 0.08 0.61
HSL 312º 0.25% 0.31% -
HSV(B) 312º 0.4% 0.39% -
XYZ 8.6 6.54 10.71 -
YUV 74.61 137.25 145.4 -
System Red Green Blue C M Y K H S L
Decimal 99 59 91 0 0.40 0.08 0.61 312 0.25 0.31
Hex 63 3B 5B 0 28 8 3D 138 19 1F
Octal 143 73 133 0 50 10 75 470 31 37
Binary 1100011 111011 1011011 0 101000 1000 111101 100111000 11001 11111

Color Harmonies of #633B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633B5B

Black with #633B5B

Text Example


Text Example

White with #633B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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