#630F5B

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

Shades of Palatinate Purple #630F5B

Tints of Palatinate Purple #630F5B

Color information

#630F5B (or 0x630F5B) is unknown color: approx Palatinate Purple. HEX triplet: 63, 0F and 5B. RGB value is (99,15,91). Sum of RGB (Red+Green+Blue) = 99+15+91=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 15 (6.25% from 255 or 7.32% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #630F5B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630F5B is #9CF0A4. Grayscale: #303030. Windows color (decimal): -10285221 or 5967715. OLE color: 5967715.

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

Color convert

RGB991591-
CMYK00.850.080.61
HSL305.71º73.68%22.35%-
HSV(B)305.71º84.85%38.82%-
XYZ7.23.7510.24-
YUV48.78151.83163.82-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.29%
GREEN value IS 15 (6.25% from 255) = 7.32%
BLUE value IS 91 (35.94% from 255) = 44.39%
R=48.29%
G=7.32%
B=44.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99159100.850.080.61305.7173.6822.35
Hex63F5B05583D1324a16
Octal143171330125107546211226
Binary110001111111011011010101011000111101100110010100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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