#630454

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

Shades of Tyrian Purple #630454

Tints of Tyrian Purple #630454

Color information

#630454 (or 0x630454) is unknown color: approx Tyrian Purple. HEX triplet: 63, 04 and 54. RGB value is (99,4,84). Sum of RGB (Red+Green+Blue) = 99+4+84=187 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.94% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 84 (33.20% from 255 or 44.92% from 187); Max value from RGB is 99 - color contains mainly: red. Hex color #630454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630454 is #9CFBAB. Grayscale: #292929. Windows color (decimal): -10288044 or 5506147. OLE color: 5506147.

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

Color convert

RGB99484-
CMYK00.960.150.61
HSL309.47º92.23%20.2%-
HSV(B)309.47º95.96%38.82%-
XYZ6.793.388.68-
YUV41.52151.97169-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.94%
GREEN value IS 4 (1.95% from 255) = 2.14%
BLUE value IS 84 (33.20% from 255) = 44.92%
R=52.94%
G=2.14%
B=44.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9948400.960.150.61309.4792.2320.2
Hex63454060F3D1355c14
Octal14341240140177546513424
Binary11000111001010100011000001111111101100110101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630454; }

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

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

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

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

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

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

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

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