#630C40

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

Shades of Tyrian Purple #630C40

Tints of Tyrian Purple #630C40

Color information

#630C40 (or 0x630C40) is unknown color: approx Tyrian Purple. HEX triplet: 63, 0C and 40. RGB value is (99,12,64). Sum of RGB (Red+Green+Blue) = 99+12+64=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 12 (5.08% from 255 or 6.86% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #630C40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C40 is #9CF3BF. Grayscale: #2B2B2B. Windows color (decimal): -10286016 or 4197475. OLE color: 4197475.

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

Color convert

RGB991264-
CMYK00.880.350.61
HSL324.14º78.38%21.76%-
HSV(B)324.14º87.88%38.82%-
XYZ6.23.295.16-
YUV43.94139.32167.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 56.57%
GREEN value IS 12 (5.08% from 255) = 6.86%
BLUE value IS 64 (25.39% from 255) = 36.57%
R=56.57%
G=6.86%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.35
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99126400.880.350.61324.1478.3821.76
Hex63C40058233D1444e16
Octal143141000130437550411626
Binary11000111100100000001011000100011111101101000100100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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