Html Css Color HEX #633162 Palatinate Purple

📋 copy color: '#633162'

red 99 ◦ green 49 ◦ blue 98

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

Shades of Palatinate Purple #633162

Tints of Palatinate Purple #633162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 39.84%

R = 40.24%
G = 19.92%
B = 39.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.01

 K value IS 0.61

RGB Variations

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

Color information

#633162 (or 0x633162) is known color: Palatinate Purple. HEX triplet: 63, 31 and 62. RGB value is (99,49,98). Sum of RGB (Red+Green+Blue) = 99+49+98=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 98 (38.67% from 255 or 39.84% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #633162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633162 is #9CCE9D. Grayscale: #454545. Windows color (decimal): -10276510 or 6435171. OLE color: 6435171.

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

Color convert

RGB 99 49 98 -
CMYK 0 0.51 0.01 0.61
HSL 301.2º 0.34% 0.29% -
HSV(B) 301.2º 0.51% 0.39% -
XYZ 8.45 5.73 12.22 -
YUV 69.54 144.07 149.02 -
System Red Green Blue C M Y K H S L
Decimal 99 49 98 0 0.51 0.01 0.61 301.2 0.34 0.29
Hex 63 31 62 0 33 1 3D 12D 22 1D
Octal 143 61 142 0 63 1 75 455 42 35
Binary 1100011 110001 1100010 0 110011 1 111101 100101101 100010 11101

Color Harmonies of #633162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633162

Black with #633162

Text Example


Text Example

White with #633162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633162; }

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

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

background-color css

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

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

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

border-color css

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

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

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