Html Css Color HEX #633260 Palatinate Purple

📋 copy color: '#633260'

red 99 ◦ green 50 ◦ blue 96

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

Shades of Palatinate Purple #633260

Tints of Palatinate Purple #633260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 39.18%

R = 40.41%
G = 20.41%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#633260 (or 0x633260) is known color: Palatinate Purple. HEX triplet: 63, 32 and 60. RGB value is (99,50,96). Sum of RGB (Red+Green+Blue) = 99+50+96=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 50 (19.92% from 255 or 20.41% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #633260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633260 is #9CCD9F. Grayscale: #454545. Windows color (decimal): -10276256 or 6304355. OLE color: 6304355.

HSL color Cylindrical-coordinate representation of color #633260: hue angle of 303.67º 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 #633260 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 50 96 -
CMYK 0 0.49 0.03 0.61
HSL 303.67º 0.33% 0.29% -
HSV(B) 303.67º 0.49% 0.39% -
XYZ 8.4 5.78 11.74 -
YUV 69.9 142.73 148.76 -
System Red Green Blue C M Y K H S L
Decimal 99 50 96 0 0.49 0.03 0.61 303.67 0.33 0.29
Hex 63 32 60 0 31 3 3D 130 21 1D
Octal 143 62 140 0 61 3 75 460 41 35
Binary 1100011 110010 1100000 0 110001 11 111101 100110000 100001 11101

Color Harmonies of #633260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633260

Black with #633260

Text Example


Text Example

White with #633260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633260; }

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

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

background-color css

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

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

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

border-color css

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

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

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