#7B0652

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

Shades of Tyrian Purple #7B0652

Tints of Tyrian Purple #7B0652

Color information

#7B0652 (or 0x7B0652) is unknown color: approx Tyrian Purple. HEX triplet: 7B, 06 and 52. RGB value is (123,6,82). Sum of RGB (Red+Green+Blue) = 123+6+82=211 (27% of max value = 765). Red value is 123 (48.44% from 255 or 58.29% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 82 (32.42% from 255 or 38.86% from 211); Max value from RGB is 123 - color contains mainly: red. Hex color #7B0652 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B0652 is #84F9AD. Grayscale: #313131. Windows color (decimal): -8714670 or 5375611. OLE color: 5375611.

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

Color convert

RGB123682-
CMYK00.950.330.52
HSL321.03º90.7%25.29%-
HSV(B)321.03º95.12%48.24%-
XYZ9.764.958.42-
YUV49.65146.26180.32-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 58.29%
GREEN value IS 6 (2.73% from 255) = 2.84%
BLUE value IS 82 (32.42% from 255) = 38.86%
R=58.29%
G=2.84%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.33
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12368200.950.330.52321.0390.725.29
Hex7B65205F21341415b19
Octal17361220137416450113331
Binary1111011110101001001011111100001110100101000001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B0652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,6,82); }

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

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

 a { background-color: rgb(123,6,82); }

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

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

 span { border-color: rgb(123,6,82); }

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