#633055

Color #633055 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #633055

Tints of Palatinate Purple #633055

Color information

#633055 (or 0x633055) is unknown color: approx Palatinate Purple. HEX triplet: 63, 30 and 55. RGB value is (99,48,85). Sum of RGB (Red+Green+Blue) = 99+48+85=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 48 (19.14% from 255 or 20.69% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #633055 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633055 is #9CCFAA. Grayscale: #434343. Windows color (decimal): -10276779 or 5582947. OLE color: 5582947.

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

Color convert

RGB994885-
CMYK00.520.140.61
HSL316.47º34.69%28.82%-
HSV(B)316.47º51.52%38.82%-
XYZ7.845.429.23-
YUV67.47137.9150.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.67%
GREEN value IS 48 (19.14% from 255) = 20.69%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=42.67%
G=20.69%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99488500.520.140.61316.4734.6928.82
Hex633055034E3D13c231d
Octal1436012506416754744335
Binary110001111000010101010110100111011110110011110010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633055; }

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

 H1.HeaderClassName
 {
   color: #633055;
 }
 .AnyTagClassName
 {
   color: #633055;
 }
</style>
background-color css

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

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

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

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

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

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