#630A2F

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

Shades of Tyrian Purple #630A2F

Tints of Tyrian Purple #630A2F

Color information

#630A2F (or 0x630A2F) is unknown color: approx Tyrian Purple. HEX triplet: 63, 0A and 2F. RGB value is (99,10,47). Sum of RGB (Red+Green+Blue) = 99+10+47=156 (20% of max value = 765). Red value is 99 (39.06% from 255 or 63.46% from 156); Green value is 10 (4.30% from 255 or 6.41% from 156); Blue value is 47 (18.75% from 255 or 30.13% from 156); Max value from RGB is 99 - color contains mainly: red. Hex color #630A2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630A2F is #9CF5D0. Grayscale: #282828. Windows color (decimal): -10286545 or 3082851. OLE color: 3082851.

HSL color Cylindrical-coordinate representation of color #630A2F: hue angle of 335.06º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #630A2F is Cyan = 0, Magento = 0.90, Yellow = 0.53 and Black (K on CMYK) = 0.61.

Color convert

RGB991047-
CMYK00.900.530.61
HSL335.06º81.65%21.37%-
HSV(B)335.06º89.9%38.82%-
XYZ5.773.072.98-
YUV40.83131.49169.49-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 63.46%
GREEN value IS 10 (4.30% from 255) = 6.41%
BLUE value IS 47 (18.75% from 255) = 30.13%
R=63.46%
G=6.41%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.53
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99104700.900.530.61335.0681.6521.37
Hex63A2F05A353D14f5215
Octal14312570132657551712225
Binary1100011101010111101011010110101111101101001111101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #630A2F; }

 p { color: rgb(99,10,47); }

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

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

 a { background-color: rgb(99,10,47); }

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

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

 span { border-color: rgb(99,10,47); }

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