#630426

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

Shades of Tyrian Purple #630426

Tints of Tyrian Purple #630426

Color information

#630426 (or 0x630426) is unknown color: approx Tyrian Purple. HEX triplet: 63, 04 and 26. RGB value is (99,4,38). Sum of RGB (Red+Green+Blue) = 99+4+38=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #630426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630426 is #9CFBD9. Grayscale: #242424. Windows color (decimal): -10288090 or 2491491. OLE color: 2491491.

HSL color Cylindrical-coordinate representation of color #630426: hue angle of 338.53º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #630426 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.61.

Color convert

RGB99438-
CMYK00.960.620.61
HSL338.53º92.23%20.2%-
HSV(B)338.53º95.96%38.82%-
XYZ5.542.882.1-
YUV36.28128.97172.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 70.21%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=70.21%
G=2.84%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.62
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9943800.960.620.61338.5392.2320.2
Hex634260603E3D1535c14
Octal1434460140767552313424
Binary110001110010011001100000111110111101101010011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630426; }

 p { color: rgb(99,4,38); }

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

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

 a { background-color: rgb(99,4,38); }

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

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

 span { border-color: rgb(99,4,38); }

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