#630428

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

Shades of Tyrian Purple #630428

Tints of Tyrian Purple #630428

Color information

#630428 (or 0x630428) is unknown color: approx Tyrian Purple. HEX triplet: 63, 04 and 28. RGB value is (99,4,40). Sum of RGB (Red+Green+Blue) = 99+4+40=143 (18% of max value = 765). Red value is 99 (39.06% from 255 or 69.23% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 99 - color contains mainly: red. Hex color #630428 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630428 is #9CFBD7. Grayscale: #242424. Windows color (decimal): -10288088 or 2622563. OLE color: 2622563.

HSL color Cylindrical-coordinate representation of color #630428: hue angle of 337.26º 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 #630428 is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.61.

Color convert

RGB99440-
CMYK00.960.600.61
HSL337.26º92.23%20.2%-
HSV(B)337.26º95.96%38.82%-
XYZ5.572.892.27-
YUV36.51129.97172.57-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 69.23%
GREEN value IS 4 (1.95% from 255) = 2.80%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=69.23%
G=2.80%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9944000.960.600.61337.2692.2320.2
Hex634280603C3D1515c14
Octal1434500140747552113424
Binary110001110010100001100000111100111101101010001101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630428; }

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

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

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

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

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

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

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

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