Html Css Color HEX #6A064F Tyrian Purple

📋 copy color: '#6A064F'

red 106 ◦ green 6 ◦ blue 79

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

Shades of Tyrian Purple #6A064F

Tints of Tyrian Purple #6A064F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.14%

 BLUE value IS 79 (31.25% from 255) = 41.36%

R = 55.5%
G = 3.14%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6A064F (or 0x6A064F) is known color: Tyrian Purple. HEX triplet: 6A, 06 and 4F. RGB value is (106,6,79). Sum of RGB (Red+Green+Blue) = 106+6+79=191 (25% of max value = 765). Red value is 106 (41.80% from 255 or 55.50% from 191); Green value is 6 (2.73% from 255 or 3.14% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 106 - color contains mainly: red. Hex color #6A064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A064F is #95F9B0. Grayscale: #2C2C2C. Windows color (decimal): -9828785 or 5178986. OLE color: 5178986.

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

Color convert

RGB 106 6 79 -
CMYK 0 0.94 0.25 0.58
HSL 316.2º 0.89% 0.22% -
HSV(B) 316.2º 0.94% 0.42% -
XYZ 7.42 3.76 7.73 -
YUV 44.22 147.63 172.06 -
System Red Green Blue C M Y K H S L
Decimal 106 6 79 0 0.94 0.25 0.58 316.2 0.89 0.22
Hex 6A 6 4F 0 5E 19 3A 13C 59 16
Octal 152 6 117 0 136 31 72 474 131 26
Binary 1101010 110 1001111 0 1011110 11001 111010 100111100 1011001 10110

Color Harmonies of #6A064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A064F

Black with #6A064F

Text Example


Text Example

White with #6A064F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,6,79); }

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

background-color css

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

 a { background-color: rgb(106,6,79); }

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

border-color css

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

 span { border-color: rgb(106,6,79); }

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