#630042

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

Shades of Tyrian Purple #630042

Tints of Tyrian Purple #630042

Color information

#630042 (or 0x630042) is unknown color: approx Tyrian Purple. HEX triplet: 63, 00 and 42. RGB value is (99,0,66). Sum of RGB (Red+Green+Blue) = 99+0+66=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 66 (26.17% from 255 or 40% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #630042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630042 is #9CFFBD. Grayscale: #242424. Windows color (decimal): -10289086 or 4325475. OLE color: 4325475.

HSL color Cylindrical-coordinate representation of color #630042: hue angle of 320º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #630042 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB99066-
CMYK010.330.61
HSL320º100%19.41%-
HSV(B)320º100%38.82%-
XYZ6.133.055.42-
YUV37.12144.3172.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 60%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 40%
R=60%
G=0%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99066010.330.6132010019.41
Hex63042064213D1406413
Octal14301020144417550014423
Binary11000110100001001100100100001111101101000000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630042; }

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

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

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

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

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

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

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

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