Html Css Color HEX #6A0D37 Tyrian Purple

📋 copy color: '#6A0D37'

red 106 ◦ green 13 ◦ blue 55

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

Shades of Tyrian Purple #6A0D37

Tints of Tyrian Purple #6A0D37

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.47%

 BLUE value IS 55 (21.88% from 255) = 31.61%

R = 60.92%
G = 7.47%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#6A0D37 (or 0x6A0D37) is known color: Tyrian Purple. HEX triplet: 6A, 0D and 37. RGB value is (106,13,55). Sum of RGB (Red+Green+Blue) = 106+13+55=174 (23% of max value = 765). Red value is 106 (41.80% from 255 or 60.92% from 174); Green value is 13 (5.47% from 255 or 7.47% from 174); Blue value is 55 (21.88% from 255 or 31.61% from 174); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0D37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0D37 is #95F2C8. Grayscale: #2D2D2D. Windows color (decimal): -9827017 or 3607914. OLE color: 3607914.

HSL color Cylindrical-coordinate representation of color #6A0D37: hue angle of 332.9º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A0D37 is Cyan = 0, Magento = 0.88, Yellow = 0.48 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 13 55 -
CMYK 0 0.88 0.48 0.58
HSL 332.9º 0.78% 0.23% -
HSV(B) 332.9º 0.88% 0.42% -
XYZ 6.78 3.63 3.96 -
YUV 45.6 133.31 171.08 -
System Red Green Blue C M Y K H S L
Decimal 106 13 55 0 0.88 0.48 0.58 332.9 0.78 0.23
Hex 6A D 37 0 58 30 3A 14D 4E 17
Octal 152 15 67 0 130 60 72 515 116 27
Binary 1101010 1101 110111 0 1011000 110000 111010 101001101 1001110 10111

Color Harmonies of #6A0D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0D37

Black with #6A0D37

Text Example


Text Example

White with #6A0D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,13,55); }

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

background-color css

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

 a { background-color: rgb(106,13,55); }

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

border-color css

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

 span { border-color: rgb(106,13,55); }

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