#630C42

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

Shades of Tyrian Purple #630C42

Tints of Tyrian Purple #630C42

Color information

#630C42 (or 0x630C42) is unknown color: approx Tyrian Purple. HEX triplet: 63, 0C and 42. RGB value is (99,12,66). Sum of RGB (Red+Green+Blue) = 99+12+66=177 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55.93% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 66 (26.17% from 255 or 37.29% from 177); Max value from RGB is 99 - color contains mainly: red. Hex color #630C42 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C42 is #9CF3BD. Grayscale: #2C2C2C. Windows color (decimal): -10286014 or 4328547. OLE color: 4328547.

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

Color convert

RGB991266-
CMYK00.880.330.61
HSL322.76º78.38%21.76%-
HSV(B)322.76º87.88%38.82%-
XYZ6.263.315.46-
YUV44.17140.32167.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55.93%
GREEN value IS 12 (5.08% from 255) = 6.78%
BLUE value IS 66 (26.17% from 255) = 37.29%
R=55.93%
G=6.78%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99126600.880.330.61322.7678.3821.76
Hex63C42058213D1434e16
Octal143141020130417550311626
Binary11000111100100001001011000100001111101101000011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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