#630434

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

Shades of Tyrian Purple #630434

Tints of Tyrian Purple #630434

Color information

#630434 (or 0x630434) is unknown color: approx Tyrian Purple. HEX triplet: 63, 04 and 34. RGB value is (99,4,52). Sum of RGB (Red+Green+Blue) = 99+4+52=155 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.87% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 99 - color contains mainly: red. Hex color #630434 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630434 is #9CFBCB. Grayscale: #252525. Windows color (decimal): -10288076 or 3408995. OLE color: 3408995.

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

Color convert

RGB99452-
CMYK00.960.470.61
HSL329.68º92.23%20.2%-
HSV(B)329.68º95.96%38.82%-
XYZ5.812.993.52-
YUV37.88135.97171.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.87%
GREEN value IS 4 (1.95% from 255) = 2.58%
BLUE value IS 52 (20.70% from 255) = 33.55%
R=63.87%
G=2.58%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9945200.960.470.61329.6892.2320.2
Hex634340602F3D14a5c14
Octal1434640140577551213424
Binary110001110011010001100000101111111101101001010101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630434; }

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

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

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

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

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

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

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

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