#630F60

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

Shades of Palatinate Purple #630F60

Tints of Palatinate Purple #630F60

Color information

#630F60 (or 0x630F60) is unknown color: approx Palatinate Purple. HEX triplet: 63, 0F and 60. RGB value is (99,15,96). Sum of RGB (Red+Green+Blue) = 99+15+96=210 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.14% from 210); Green value is 15 (6.25% from 255 or 7.14% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 99 - color contains mainly: red. Hex color #630F60 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630F60 is #9CF09F. Grayscale: #313131. Windows color (decimal): -10285216 or 6295395. OLE color: 6295395.

HSL color Cylindrical-coordinate representation of color #630F60: hue angle of 302.14º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #630F60 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB991596-
CMYK00.850.030.61
HSL302.14º73.68%22.35%-
HSV(B)302.14º84.85%38.82%-
XYZ7.433.8411.42-
YUV49.35154.33163.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.14%
GREEN value IS 15 (6.25% from 255) = 7.14%
BLUE value IS 96 (37.89% from 255) = 45.71%
R=47.14%
G=7.14%
B=45.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99159600.850.030.61302.1473.6822.35
Hex63F6005533D12e4a16
Octal14317140012537545611226
Binary1100011111111000000101010111111101100101110100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630F60; }

 p { color: rgb(99,15,96); }

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

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

 a { background-color: rgb(99,15,96); }

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

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

 span { border-color: rgb(99,15,96); }

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