Html Css Color HEX #6A054D Tyrian Purple

📋 copy color: '#6A054D'

red 106 ◦ green 5 ◦ blue 77

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

Shades of Tyrian Purple #6A054D

Tints of Tyrian Purple #6A054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.66%

 BLUE value IS 77 (30.47% from 255) = 40.96%

R = 56.38%
G = 2.66%
B = 40.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6A054D (or 0x6A054D) is known color: Tyrian Purple. HEX triplet: 6A, 05 and 4D. RGB value is (106,5,77). Sum of RGB (Red+Green+Blue) = 106+5+77=188 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.38% from 188); Green value is 5 (2.34% from 255 or 2.66% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 106 - color contains mainly: red. Hex color #6A054D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A054D is #95FAB2. Grayscale: #2B2B2B. Windows color (decimal): -9829043 or 5047658. OLE color: 5047658.

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

Color convert

RGB 106 5 77 -
CMYK 0 0.95 0.27 0.58
HSL 317.23º 0.91% 0.22% -
HSV(B) 317.23º 0.95% 0.42% -
XYZ 7.34 3.71 7.35 -
YUV 43.41 146.96 172.65 -
System Red Green Blue C M Y K H S L
Decimal 106 5 77 0 0.95 0.27 0.58 317.23 0.91 0.22
Hex 6A 5 4D 0 5F 1B 3A 13D 5B 16
Octal 152 5 115 0 137 33 72 475 133 26
Binary 1101010 101 1001101 0 1011111 11011 111010 100111101 1011011 10110

Color Harmonies of #6A054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A054D

Black with #6A054D

Text Example


Text Example

White with #6A054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,5,77); }

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

background-color css

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

 a { background-color: rgb(106,5,77); }

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

border-color css

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

 span { border-color: rgb(106,5,77); }

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