Html Css Color HEX #6A0F51 Tyrian Purple

📋 copy color: '#6A0F51'

red 106 ◦ green 15 ◦ blue 81

#6A0F51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tyrian Purple #6A0F51

Tints of Tyrian Purple #6A0F51

RGB

 RED value IS 106 (41.8% from 255) = 52.48%

 GREEN value IS 15 (6.25% from 255) = 7.43%

 BLUE value IS 81 (32.03% from 255) = 40.1%

R = 52.48%
G = 7.43%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#6A0F51 (or 0x6A0F51) is known color: Tyrian Purple. HEX triplet: 6A, 0F and 51. RGB value is (106,15,81). Sum of RGB (Red+Green+Blue) = 106+15+81=202 (26% of max value = 765). Red value is 106 (41.80% from 255 or 52.48% from 202); Green value is 15 (6.25% from 255 or 7.43% from 202); Blue value is 81 (32.03% from 255 or 40.10% from 202); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0F51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0F51 is #95F0AE. Grayscale: #313131. Windows color (decimal): -9826479 or 5312362. OLE color: 5312362.

HSL color Cylindrical-coordinate representation of color #6A0F51: hue angle of 316.48º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6A0F51 is Cyan = 0, Magento = 0.86, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 15 81 -
CMYK 0 0.86 0.24 0.58
HSL 316.48º 0.75% 0.24% -
HSV(B) 316.48º 0.86% 0.42% -
XYZ 7.6 4 8.16 -
YUV 49.73 145.65 168.13 -
System Red Green Blue C M Y K H S L
Decimal 106 15 81 0 0.86 0.24 0.58 316.48 0.75 0.24
Hex 6A F 51 0 56 18 3A 13C 4B 18
Octal 152 17 121 0 126 30 72 474 113 30
Binary 1101010 1111 1010001 0 1010110 11000 111010 100111100 1001011 11000

Color Harmonies of #6A0F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0F51

Black with #6A0F51

Text Example


Text Example

White with #6A0F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,15,81); }

 H1.HeaderClassName
 {
   color: #6A0F51;
 }
 .AnyTagClassName
 {
   color: #6A0F51;
 }
</style>

background-color css

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

 a { background-color: rgb(106,15,81); }

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

border-color css

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

 span { border-color: rgb(106,15,81); }

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