#633061

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

Shades of Palatinate Purple #633061

Tints of Palatinate Purple #633061

Color information

#633061 (or 0x633061) is unknown color: approx Palatinate Purple. HEX triplet: 63, 30 and 61. RGB value is (99,48,97). Sum of RGB (Red+Green+Blue) = 99+48+97=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 48 (19.14% from 255 or 19.67% from 244); Blue value is 97 (38.28% from 255 or 39.75% from 244); Max value from RGB is 99 - color contains mainly: red. Hex color #633061 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633061 is #9CCF9E. Grayscale: #444444. Windows color (decimal): -10276767 or 6369379. OLE color: 6369379.

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

Color convert

RGB994897-
CMYK00.520.020.61
HSL302.35º34.69%28.82%-
HSV(B)302.35º51.52%38.82%-
XYZ8.365.6311.96-
YUV68.84143.9149.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.57%
GREEN value IS 48 (19.14% from 255) = 19.67%
BLUE value IS 97 (38.28% from 255) = 39.75%
R=40.57%
G=19.67%
B=39.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99489700.520.020.61302.3534.6928.82
Hex63306103423D12e231d
Octal143601410642754564335
Binary1100011110000110000101101001011110110010111010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633061; }

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

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

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

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

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

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

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

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