#632862

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

Shades of Palatinate Purple #632862

Tints of Palatinate Purple #632862

Color information

#632862 (or 0x632862) is unknown color: approx Palatinate Purple. HEX triplet: 63, 28 and 62. RGB value is (99,40,98). Sum of RGB (Red+Green+Blue) = 99+40+98=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 99 - color contains mainly: red. Hex color #632862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #632862 is #9CD79D. Grayscale: #404040. Windows color (decimal): -10278814 or 6432867. OLE color: 6432867.

HSL color Cylindrical-coordinate representation of color #632862: hue angle of 301.02º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #632862 is Cyan = 0, Magento = 0.60, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB994098-
CMYK00.600.010.61
HSL301.02º42.45%27.25%-
HSV(B)301.02º59.6%38.82%-
XYZ8.115.0512.1-
YUV64.25147.05152.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.77%
GREEN value IS 40 (16.02% from 255) = 16.88%
BLUE value IS 98 (38.67% from 255) = 41.35%
R=41.77%
G=16.88%
B=41.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99409800.600.010.61301.0242.4527.25
Hex63286203C13D12d2a1b
Octal143501420741754555233
Binary110001110100011000100111100111110110010110110101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #632862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #632862; }

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

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

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

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

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

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

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

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