#630F34

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

Shades of Tyrian Purple #630F34

Tints of Tyrian Purple #630F34

Color information

#630F34 (or 0x630F34) is unknown color: approx Tyrian Purple. HEX triplet: 63, 0F and 34. RGB value is (99,15,52). Sum of RGB (Red+Green+Blue) = 99+15+52=166 (21% of max value = 765). Red value is 99 (39.06% from 255 or 59.64% from 166); Green value is 15 (6.25% from 255 or 9.04% from 166); Blue value is 52 (20.70% from 255 or 31.33% from 166); Max value from RGB is 99 - color contains mainly: red. Hex color #630F34 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #630F34 is #9CF0CB. Grayscale: #2C2C2C. Windows color (decimal): -10285260 or 3411811. OLE color: 3411811.

HSL color Cylindrical-coordinate representation of color #630F34: hue angle of 333.57º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #630F34 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.61.

Color convert

RGB991552-
CMYK00.850.470.61
HSL333.57º73.68%22.35%-
HSV(B)333.57º84.85%38.82%-
XYZ5.943.243.56-
YUV44.33132.33166.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 59.64%
GREEN value IS 15 (6.25% from 255) = 9.04%
BLUE value IS 52 (20.70% from 255) = 31.33%
R=59.64%
G=9.04%
B=31.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99155200.850.470.61333.5773.6822.35
Hex63F340552F3D14e4a16
Octal14317640125577551611226
Binary1100011111111010001010101101111111101101001110100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #630F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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