#630054

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

Shades of Tyrian Purple #630054

Tints of Tyrian Purple #630054

Color information

#630054 (or 0x630054) is unknown color: approx Tyrian Purple. HEX triplet: 63, 00 and 54. RGB value is (99,0,84). Sum of RGB (Red+Green+Blue) = 99+0+84=183 (24% of max value = 765). Red value is 99 (39.06% from 255 or 54.10% from 183); Green value is 0 (0.39% from 255 or 0% from 183); Blue value is 84 (33.20% from 255 or 45.90% from 183); Max value from RGB is 99 - color contains mainly: red. Hex color #630054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630054 is #9CFFAB. Grayscale: #262626. Windows color (decimal): -10289068 or 5505123. OLE color: 5505123.

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

Color convert

RGB99084-
CMYK010.150.61
HSL309.09º100%19.41%-
HSV(B)309.09º100%38.82%-
XYZ6.753.298.67-
YUV39.18153.3170.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 54.10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 84 (33.20% from 255) = 45.90%
R=54.10%
G=0%
B=45.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99084010.150.61309.0910019.41
Hex63054064F3D1356413
Octal14301240144177546514423
Binary110001101010100011001001111111101100110101110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630054; }

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

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

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

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

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

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

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

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