#633062

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

Shades of Palatinate Purple #633062

Tints of Palatinate Purple #633062

Color information

#633062 (or 0x633062) is unknown color: approx Palatinate Purple. HEX triplet: 63, 30 and 62. RGB value is (99,48,98). Sum of RGB (Red+Green+Blue) = 99+48+98=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 98 (38.67% from 255 or 40% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #633062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #633062 is #9CCF9D. Grayscale: #444444. Windows color (decimal): -10276766 or 6434915. OLE color: 6434915.

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

Color convert

RGB994898-
CMYK00.520.010.61
HSL301.18º34.69%28.82%-
HSV(B)301.18º51.52%38.82%-
XYZ8.415.6512.2-
YUV68.95144.4149.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.41%
GREEN value IS 48 (19.14% from 255) = 19.59%
BLUE value IS 98 (38.67% from 255) = 40%
R=40.41%
G=19.59%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99489800.520.010.61301.1834.6928.82
Hex63306203413D12d231d
Octal143601420641754554335
Binary110001111000011000100110100111110110010110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #633062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #633062; }

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

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

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

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

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

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

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

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