Html Css Color HEX #633261 Palatinate Purple

📋 copy color: '#633261'

red 99 ◦ green 50 ◦ blue 97

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

Shades of Palatinate Purple #633261

Tints of Palatinate Purple #633261

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.33%

 BLUE value IS 97 (38.28% from 255) = 39.43%

R = 40.24%
G = 20.33%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#633261 (or 0x633261) is known color: Palatinate Purple. HEX triplet: 63, 32 and 61. RGB value is (99,50,97). Sum of RGB (Red+Green+Blue) = 99+50+97=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 97 (38.28% from 255 or 39.43% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #633261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633261 is #9CCD9E. Grayscale: #454545. Windows color (decimal): -10276255 or 6369891. OLE color: 6369891.

HSL color Cylindrical-coordinate representation of color #633261: hue angle of 302.45º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #633261 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 50 97 -
CMYK 0 0.49 0.02 0.61
HSL 302.45º 0.33% 0.29% -
HSV(B) 302.45º 0.49% 0.39% -
XYZ 8.44 5.8 11.98 -
YUV 70.01 143.23 148.68 -
System Red Green Blue C M Y K H S L
Decimal 99 50 97 0 0.49 0.02 0.61 302.45 0.33 0.29
Hex 63 32 61 0 31 2 3D 12E 21 1D
Octal 143 62 141 0 61 2 75 456 41 35
Binary 1100011 110010 1100001 0 110001 10 111101 100101110 100001 11101

Color Harmonies of #633261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633261

Black with #633261

Text Example


Text Example

White with #633261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633261; }

 p { color: rgb(99,50,97); }

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

background-color css

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

 a { background-color: rgb(99,50,97); }

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

border-color css

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

 span { border-color: rgb(99,50,97); }

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