#6A074B

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

Shades of Tyrian Purple #6A074B

Tints of Tyrian Purple #6A074B

Color information

#6A074B (or 0x6A074B) is unknown color: approx Tyrian Purple. HEX triplet: 6A, 07 and 4B. RGB value is (106,7,75). Sum of RGB (Red+Green+Blue) = 106+7+75=188 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.38% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 75 (29.69% from 255 or 39.89% from 188); Max value from RGB is 106 - color contains mainly: red. Hex color #6A074B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A074B is #95F8B4. Grayscale: #2C2C2C. Windows color (decimal): -9828533 or 4917098. OLE color: 4917098.

HSL color Cylindrical-coordinate representation of color #6A074B: hue angle of 318.79º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6A074B is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB106775-
CMYK00.930.290.58
HSL318.79º87.61%22.16%-
HSV(B)318.79º93.4%41.57%-
XYZ7.293.726.99-
YUV44.35145.3171.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 56.38%
GREEN value IS 7 (3.12% from 255) = 3.72%
BLUE value IS 75 (29.69% from 255) = 39.89%
R=56.38%
G=3.72%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10677500.930.290.58318.7987.6122.16
Hex6A74B05D1D3A13f5816
Octal15271130135357247713026
Binary110101011110010110101110111101111010100111111101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A074B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A074B; }

 p { color: rgb(106,7,75); }

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

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

 a { background-color: rgb(106,7,75); }

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

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

 span { border-color: rgb(106,7,75); }

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