#630C45

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

Shades of Tyrian Purple #630C45

Tints of Tyrian Purple #630C45

Color information

#630C45 (or 0x630C45) is unknown color: approx Tyrian Purple. HEX triplet: 63, 0C and 45. RGB value is (99,12,69). Sum of RGB (Red+Green+Blue) = 99+12+69=180 (23% of max value = 765). Red value is 99 (39.06% from 255 or 55% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 99 - color contains mainly: red. Hex color #630C45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630C45 is #9CF3BA. Grayscale: #2C2C2C. Windows color (decimal): -10286011 or 4525155. OLE color: 4525155.

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

Color convert

RGB991269-
CMYK00.880.300.61
HSL320.69º78.38%21.76%-
HSV(B)320.69º87.88%38.82%-
XYZ6.353.355.94-
YUV44.51141.82166.87-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 55%
GREEN value IS 12 (5.08% from 255) = 6.67%
BLUE value IS 69 (27.34% from 255) = 38.33%
R=55%
G=6.67%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.30
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99126900.880.300.61320.6978.3821.76
Hex63C450581E3D1414e16
Octal143141050130367550111626
Binary1100011110010001010101100011110111101101000001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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