Html Css Color HEX #633D5F Palatinate Purple

📋 copy color: '#633D5F'

red 99 ◦ green 61 ◦ blue 95

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

Shades of Palatinate Purple #633D5F

Tints of Palatinate Purple #633D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 37.25%

R = 38.82%
G = 23.92%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#633D5F (or 0x633D5F) is known color: Palatinate Purple. HEX triplet: 63, 3D and 5F. RGB value is (99,61,95). Sum of RGB (Red+Green+Blue) = 99+61+95=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 95 (37.5% from 255 or 37.25% from 255); Max value from RGB is 99 - color contains mainly: red. Hex color #633D5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633D5F is #9CC2A0. Grayscale: #4C4C4C. Windows color (decimal): -10273441 or 6241635. OLE color: 6241635.

HSL color Cylindrical-coordinate representation of color #633D5F: hue angle of 306.32º 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 #633D5F is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 61 95 -
CMYK 0 0.38 0.04 0.61
HSL 306.32º 0.24% 0.31% -
HSV(B) 306.32º 0.38% 0.39% -
XYZ 8.88 6.82 11.67 -
YUV 76.24 138.59 144.24 -
System Red Green Blue C M Y K H S L
Decimal 99 61 95 0 0.38 0.04 0.61 306.32 0.24 0.31
Hex 63 3D 5F 0 26 4 3D 132 18 1F
Octal 143 75 137 0 46 4 75 462 30 37
Binary 1100011 111101 1011111 0 100110 100 111101 100110010 11000 11111

Color Harmonies of #633D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633D5F

Black with #633D5F

Text Example


Text Example

White with #633D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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