Html Css Color HEX #633158 Palatinate Purple

📋 copy color: '#633158'

red 99 ◦ green 49 ◦ blue 88

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

Shades of Palatinate Purple #633158

Tints of Palatinate Purple #633158

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 37.29%

R = 41.95%
G = 20.76%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.61

RGB Variations

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

Color information

#633158 (or 0x633158) is known color: Palatinate Purple. HEX triplet: 63, 31 and 58. RGB value is (99,49,88). Sum of RGB (Red+Green+Blue) = 99+49+88=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 99 - color contains mainly: red. Hex color #633158 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633158 is #9CCEA7. Grayscale: #444444. Windows color (decimal): -10276520 or 5779811. OLE color: 5779811.

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

Color convert

RGB 99 49 88 -
CMYK 0 0.51 0.11 0.61
HSL 313.2º 0.34% 0.29% -
HSV(B) 313.2º 0.51% 0.39% -
XYZ 8.01 5.55 9.88 -
YUV 68.4 139.07 149.83 -
System Red Green Blue C M Y K H S L
Decimal 99 49 88 0 0.51 0.11 0.61 313.2 0.34 0.29
Hex 63 31 58 0 33 B 3D 139 22 1D
Octal 143 61 130 0 63 13 75 471 42 35
Binary 1100011 110001 1011000 0 110011 1011 111101 100111001 100010 11101

Color Harmonies of #633158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #633158

Black with #633158

Text Example


Text Example

White with #633158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #633158; }

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

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

background-color css

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

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

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

border-color css

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

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

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