#630E5F

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

Shades of Palatinate Purple #630E5F

Tints of Palatinate Purple #630E5F

Color information

#630E5F (or 0x630E5F) is unknown color: approx Palatinate Purple. HEX triplet: 63, 0E and 5F. RGB value is (99,14,95). Sum of RGB (Red+Green+Blue) = 99+14+95=208 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.60% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 99 - color contains mainly: red. Hex color #630E5F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630E5F is #9CF1A0. Grayscale: #303030. Windows color (decimal): -10285473 or 6229603. OLE color: 6229603.

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

Color convert

RGB991495-
CMYK00.860.040.61
HSL302.82º75.22%22.16%-
HSV(B)302.82º85.86%38.82%-
XYZ7.373.7911.17-
YUV48.65154.16163.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.60%
GREEN value IS 14 (5.86% from 255) = 6.73%
BLUE value IS 95 (37.5% from 255) = 45.67%
R=47.60%
G=6.73%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99149500.860.040.61302.8275.2222.16
Hex63E5F05643D12f4b16
Octal14316137012647545711326
Binary11000111110101111101010110100111101100101111100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,14,95); }

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

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

 a { background-color: rgb(99,14,95); }

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

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

 span { border-color: rgb(99,14,95); }

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