#630534

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

Shades of Tyrian Purple #630534

Tints of Tyrian Purple #630534

Color information

#630534 (or 0x630534) is unknown color: approx Tyrian Purple. HEX triplet: 63, 05 and 34. RGB value is (99,5,52). Sum of RGB (Red+Green+Blue) = 99+5+52=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #630534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630534 is #9CFACB. Grayscale: #262626. Windows color (decimal): -10287820 or 3409251. OLE color: 3409251.

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

Color convert

RGB99552-
CMYK00.950.470.61
HSL330º90.38%20.39%-
HSV(B)330º94.95%38.82%-
XYZ5.823.013.52-
YUV38.46135.64171.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.46%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 52 (20.70% from 255) = 33.33%
R=63.46%
G=3.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9955200.950.470.6133090.3820.39
Hex6353405F2F3D14a5a14
Octal1435640137577551213224
Binary110001110111010001011111101111111101101001010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630534; }

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

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

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

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

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

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

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

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