Html Css Color HEX #633F5A Purple Taupe

📋 copy color: '#633F5A'

red 99 ◦ green 63 ◦ blue 90

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

Shades of Purple Taupe #633F5A

Tints of Purple Taupe #633F5A

RGB

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

 GREEN value IS 63 (25% from 255) = 25%

 BLUE value IS 90 (35.55% from 255) = 35.71%

R = 39.29%
G = 25%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#633F5A (or 0x633F5A) is known color: Purple Taupe. HEX triplet: 63, 3F and 5A. RGB value is (99,63,90). Sum of RGB (Red+Green+Blue) = 99+63+90=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 99 - color contains mainly: red. Hex color #633F5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633F5A is #9CC0A5. Grayscale: #4C4C4C. Windows color (decimal): -10272934 or 5914467. OLE color: 5914467.

HSL color Cylindrical-coordinate representation of color #633F5A: hue angle of 315º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #633F5A is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 63 90 -
CMYK 0 0.36 0.09 0.61
HSL 315º 0.22% 0.32% -
HSV(B) 315º 0.36% 0.39% -
XYZ 8.77 6.95 10.55 -
YUV 76.84 135.43 143.8 -
System Red Green Blue C M Y K H S L
Decimal 99 63 90 0 0.36 0.09 0.61 315 0.22 0.32
Hex 63 3F 5A 0 24 9 3D 13B 16 20
Octal 143 77 132 0 44 11 75 473 26 40
Binary 1100011 111111 1011010 0 100100 1001 111101 100111011 10110 100000

Color Harmonies of #633F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633F5A

Black with #633F5A

Text Example


Text Example

White with #633F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,63,90); }

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

background-color css

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

 a { background-color: rgb(99,63,90); }

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

border-color css

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

 span { border-color: rgb(99,63,90); }

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