#630E40

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

Shades of Tyrian Purple #630E40

Tints of Tyrian Purple #630E40

Color information

#630E40 (or 0x630E40) is unknown color: approx Tyrian Purple. HEX triplet: 63, 0E and 40. RGB value is (99,14,64). Sum of RGB (Red+Green+Blue) = 99+14+64=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 64 (25.39% from 255 or 36.16% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #630E40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630E40 is #9CF1BF. Grayscale: #2D2D2D. Windows color (decimal): -10285504 or 4197987. OLE color: 4197987.

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

Color convert

RGB991464-
CMYK00.860.350.61
HSL324.71º75.22%22.16%-
HSV(B)324.71º85.86%38.82%-
XYZ6.233.345.17-
YUV45.12138.66166.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.93%
GREEN value IS 14 (5.86% from 255) = 7.91%
BLUE value IS 64 (25.39% from 255) = 36.16%
R=55.93%
G=7.91%
B=36.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99146400.860.350.61324.7175.2222.16
Hex63E40056233D1454b16
Octal143161000126437550511326
Binary11000111110100000001010110100011111101101000101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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