#630154

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

Shades of Tyrian Purple #630154

Tints of Tyrian Purple #630154

Color information

#630154 (or 0x630154) is unknown color: approx Tyrian Purple. HEX triplet: 63, 01 and 54. RGB value is (99,1,84). Sum of RGB (Red+Green+Blue) = 99+1+84=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 1 (0.78% from 255 or 0.54% from 184); Blue value is 84 (33.20% from 255 or 45.65% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #630154 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630154 is #9CFEAB. Grayscale: #272727. Windows color (decimal): -10288812 or 5505379. OLE color: 5505379.

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

Color convert

RGB99184-
CMYK00.990.150.61
HSL309.18º98%19.61%-
HSV(B)309.18º98.99%38.82%-
XYZ6.763.318.67-
YUV39.76152.97170.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.80%
GREEN value IS 1 (0.78% from 255) = 0.54%
BLUE value IS 84 (33.20% from 255) = 45.65%
R=53.80%
G=0.54%
B=45.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9918400.990.150.61309.189819.61
Hex63154063F3D1356214
Octal14311240143177546514224
Binary110001111010100011000111111111101100110101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630154; }

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

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

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

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

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

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

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

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