#630C5E

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

Shades of Palatinate Purple #630C5E

Tints of Palatinate Purple #630C5E

Color information

#630C5E (or 0x630C5E) is unknown color: approx Palatinate Purple. HEX triplet: 63, 0C and 5E. RGB value is (99,12,94). Sum of RGB (Red+Green+Blue) = 99+12+94=205 (27% of max value = 765). Red value is 99 (39.06% from 255 or 48.29% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 99 - color contains mainly: red. Hex color #630C5E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630C5E is #9CF3A1. Grayscale: #2F2F2F. Windows color (decimal): -10285986 or 6163555. OLE color: 6163555.

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

Color convert

RGB991294-
CMYK00.880.050.61
HSL303.45º78.38%21.76%-
HSV(B)303.45º87.88%38.82%-
XYZ7.33.7210.92-
YUV47.36154.32164.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 48.29%
GREEN value IS 12 (5.08% from 255) = 5.85%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=48.29%
G=5.85%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99129400.880.050.61303.4578.3821.76
Hex63C5E05853D12f4e16
Octal14314136013057545711626
Binary11000111100101111001011000101111101100101111100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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