Html Css Color HEX #6A052A Tyrian Purple

📋 copy color: '#6A052A'

red 106 ◦ green 5 ◦ blue 42

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

Shades of Tyrian Purple #6A052A

Tints of Tyrian Purple #6A052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 27.45%

R = 69.28%
G = 3.27%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#6A052A (or 0x6A052A) is known color: Tyrian Purple. HEX triplet: 6A, 05 and 2A. RGB value is (106,5,42). Sum of RGB (Red+Green+Blue) = 106+5+42=153 (20% of max value = 765). Red value is 106 (41.80% from 255 or 69.28% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 106 - color contains mainly: red. Hex color #6A052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A052A is #95FAD5. Grayscale: #272727. Windows color (decimal): -9829078 or 2753898. OLE color: 2753898.

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

Color convert

RGB 106 5 42 -
CMYK 0 0.95 0.60 0.58
HSL 338.02º 0.91% 0.22% -
HSV(B) 338.02º 0.95% 0.42% -
XYZ 6.42 3.34 2.5 -
YUV 39.42 129.46 175.49 -
System Red Green Blue C M Y K H S L
Decimal 106 5 42 0 0.95 0.60 0.58 338.02 0.91 0.22
Hex 6A 5 2A 0 5F 3C 3A 152 5B 16
Octal 152 5 52 0 137 74 72 522 133 26
Binary 1101010 101 101010 0 1011111 111100 111010 101010010 1011011 10110

Color Harmonies of #6A052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A052A

Black with #6A052A

Text Example


Text Example

White with #6A052A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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