#7A0B3F

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

Shades of Tyrian Purple #7A0B3F

Tints of Tyrian Purple #7A0B3F

Color information

#7A0B3F (or 0x7A0B3F) is unknown color: approx Tyrian Purple. HEX triplet: 7A, 0B and 3F. RGB value is (122,11,63). Sum of RGB (Red+Green+Blue) = 122+11+63=196 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.24% from 196); Green value is 11 (4.69% from 255 or 5.61% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0B3F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0B3F is #85F4C0. Grayscale: #323232. Windows color (decimal): -8778945 or 4131706. OLE color: 4131706.

HSL color Cylindrical-coordinate representation of color #7A0B3F: hue angle of 331.89º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7A0B3F is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB1221163-
CMYK00.910.480.52
HSL331.89º83.46%26.08%-
HSV(B)331.89º90.98%47.84%-
XYZ9.044.745.14-
YUV50.12135.27179.27-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 62.24%
GREEN value IS 11 (4.69% from 255) = 5.61%
BLUE value IS 63 (25% from 255) = 32.14%
R=62.24%
G=5.61%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122116300.910.480.52331.8983.4626.08
Hex7AB3F05B303414c531a
Octal17213770133606451412332
Binary1111010101111111101011011110000110100101001100101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A0B3F; }

 p { color: rgb(122,11,63); }

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

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

 a { background-color: rgb(122,11,63); }

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

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

 span { border-color: rgb(122,11,63); }

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