#630662

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

Shades of Palatinate Purple #630662

Tints of Palatinate Purple #630662

Color information

#630662 (or 0x630662) is unknown color: approx Palatinate Purple. HEX triplet: 63, 06 and 62. RGB value is (99,6,98). Sum of RGB (Red+Green+Blue) = 99+6+98=203 (26% of max value = 765). Red value is 99 (39.06% from 255 or 48.77% from 203); Green value is 6 (2.73% from 255 or 2.96% from 203); Blue value is 98 (38.67% from 255 or 48.28% from 203); Max value from RGB is 99 - color contains mainly: red. Hex color #630662 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630662 is #9CF99D. Grayscale: #2C2C2C. Windows color (decimal): -10287518 or 6424163. OLE color: 6424163.

HSL color Cylindrical-coordinate representation of color #630662: hue angle of 300.65º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #630662 is Cyan = 0, Magento = 0.94, Yellow = 0.01 and Black (K on CMYK) = 0.61.

Color convert

RGB99698-
CMYK00.940.010.61
HSL300.65º88.57%20.59%-
HSV(B)300.65º93.94%38.82%-
XYZ7.423.6611.87-
YUV44.3158.31167.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.77%
GREEN value IS 6 (2.73% from 255) = 2.96%
BLUE value IS 98 (38.67% from 255) = 48.28%
R=48.77%
G=2.96%
B=48.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9969800.940.010.61300.6588.5720.59
Hex6366205E13D12d5915
Octal1436142013617545513125
Binary11000111101100010010111101111101100101101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630662; }

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

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

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

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

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

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

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

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