Html Css Color HEX #633155 Palatinate Purple

📋 copy color: '#633155'

red 99 ◦ green 49 ◦ blue 85

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

Shades of Palatinate Purple #633155

Tints of Palatinate Purple #633155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.03%

 BLUE value IS 85 (33.59% from 255) = 36.48%

R = 42.49%
G = 21.03%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#633155 (or 0x633155) is known color: Palatinate Purple. HEX triplet: 63, 31 and 55. RGB value is (99,49,85). Sum of RGB (Red+Green+Blue) = 99+49+85=233 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.49% from 233); Green value is 49 (19.53% from 255 or 21.03% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 99 - color contains mainly: red. Hex color #633155 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633155 is #9CCEAA. Grayscale: #434343. Windows color (decimal): -10276523 or 5583203. OLE color: 5583203.

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

Color convert

RGB 99 49 85 -
CMYK 0 0.51 0.14 0.61
HSL 316.8º 0.34% 0.29% -
HSV(B) 316.8º 0.51% 0.39% -
XYZ 7.88 5.51 9.24 -
YUV 68.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 99 49 85 0 0.51 0.14 0.61 316.8 0.34 0.29
Hex 63 31 55 0 33 E 3D 13D 22 1D
Octal 143 61 125 0 63 16 75 475 42 35
Binary 1100011 110001 1010101 0 110011 1110 111101 100111101 100010 11101

Color Harmonies of #633155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633155

Black with #633155

Text Example


Text Example

White with #633155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633155; }

 p { color: rgb(99,49,85); }

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

background-color css

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

 a { background-color: rgb(99,49,85); }

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

border-color css

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

 span { border-color: rgb(99,49,85); }

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