Html Css Color HEX #6A054C Tyrian Purple

📋 copy color: '#6A054C'

red 106 ◦ green 5 ◦ blue 76

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

Shades of Tyrian Purple #6A054C

Tints of Tyrian Purple #6A054C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 40.64%

R = 56.68%
G = 2.67%
B = 40.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#6A054C (or 0x6A054C) is known color: Tyrian Purple. HEX triplet: 6A, 05 and 4C. RGB value is (106,5,76). Sum of RGB (Red+Green+Blue) = 106+5+76=187 (24% of max value = 765). Red value is 106 (41.80% from 255 or 56.68% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 106 - color contains mainly: red. Hex color #6A054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A054C is #95FAB3. Grayscale: #2B2B2B. Windows color (decimal): -9829044 or 4982122. OLE color: 4982122.

HSL color Cylindrical-coordinate representation of color #6A054C: hue angle of 317.82º 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 #6A054C is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 5 76 -
CMYK 0 0.95 0.28 0.58
HSL 317.82º 0.91% 0.22% -
HSV(B) 317.82º 0.95% 0.42% -
XYZ 7.3 3.69 7.17 -
YUV 43.29 146.46 172.73 -
System Red Green Blue C M Y K H S L
Decimal 106 5 76 0 0.95 0.28 0.58 317.82 0.91 0.22
Hex 6A 5 4C 0 5F 1C 3A 13E 5B 16
Octal 152 5 114 0 137 34 72 476 133 26
Binary 1101010 101 1001100 0 1011111 11100 111010 100111110 1011011 10110

Color Harmonies of #6A054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A054C

Black with #6A054C

Text Example


Text Example

White with #6A054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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