#630F5E

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

Shades of Palatinate Purple #630F5E

Tints of Palatinate Purple #630F5E

Color information

#630F5E (or 0x630F5E) is unknown color: approx Palatinate Purple. HEX triplet: 63, 0F and 5E. RGB value is (99,15,94). Sum of RGB (Red+Green+Blue) = 99+15+94=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 94 (37.11% from 255 or 45.19% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #630F5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630F5E is #9CF0A1. Grayscale: #303030. Windows color (decimal): -10285218 or 6164323. OLE color: 6164323.

HSL color Cylindrical-coordinate representation of color #630F5E: hue angle of 303.57º 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 #630F5E is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB991594-
CMYK00.850.050.61
HSL303.57º73.68%22.35%-
HSV(B)303.57º84.85%38.82%-
XYZ7.343.810.94-
YUV49.12153.33163.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 15 (6.25% from 255) = 7.21%
BLUE value IS 94 (37.11% from 255) = 45.19%
R=47.60%
G=7.21%
B=45.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99159400.850.050.61303.5773.6822.35
Hex63F5E05553D1304a16
Octal14317136012557546011226
Binary11000111111101111001010101101111101100110000100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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