#630254

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

Shades of Tyrian Purple #630254

Tints of Tyrian Purple #630254

Color information

#630254 (or 0x630254) is unknown color: approx Tyrian Purple. HEX triplet: 63, 02 and 54. RGB value is (99,2,84). Sum of RGB (Red+Green+Blue) = 99+2+84=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 2 (1.17% from 255 or 1.08% from 185); Blue value is 84 (33.20% from 255 or 45.41% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #630254 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #630254 is #9CFDAB. Grayscale: #282828. Windows color (decimal): -10288556 or 5505635. OLE color: 5505635.

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

Color convert

RGB99284-
CMYK00.980.150.61
HSL309.28º96.04%19.8%-
HSV(B)309.28º97.98%38.82%-
XYZ6.773.348.67-
YUV40.35152.64169.83-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.51%
GREEN value IS 2 (1.17% from 255) = 1.08%
BLUE value IS 84 (33.20% from 255) = 45.41%
R=53.51%
G=1.08%
B=45.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.15
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9928400.980.150.61309.2896.0419.8
Hex63254062F3D1356014
Octal14321240142177546514024
Binary1100011101010100011000101111111101100110101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630254; }

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

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

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

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

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

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

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

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