Html Css Color HEX #6A0C31 Tyrian Purple

📋 copy color: '#6A0C31'

red 106 ◦ green 12 ◦ blue 49

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

Shades of Tyrian Purple #6A0C31

Tints of Tyrian Purple #6A0C31

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.19%

 BLUE value IS 49 (19.53% from 255) = 29.34%

R = 63.47%
G = 7.19%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.58

RGB Variations

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

Color information

#6A0C31 (or 0x6A0C31) is known color: Tyrian Purple. HEX triplet: 6A, 0C and 31. RGB value is (106,12,49). Sum of RGB (Red+Green+Blue) = 106+12+49=167 (22% of max value = 765). Red value is 106 (41.80% from 255 or 63.47% from 167); Green value is 12 (5.08% from 255 or 7.19% from 167); Blue value is 49 (19.53% from 255 or 29.34% from 167); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0C31 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A0C31 is #95F3CE. Grayscale: #2C2C2C. Windows color (decimal): -9827279 or 3214442. OLE color: 3214442.

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

Color convert

RGB 106 12 49 -
CMYK 0 0.89 0.54 0.58
HSL 336.38º 0.8% 0.23% -
HSV(B) 336.38º 0.89% 0.42% -
XYZ 6.63 3.55 3.24 -
YUV 44.32 130.64 171.99 -
System Red Green Blue C M Y K H S L
Decimal 106 12 49 0 0.89 0.54 0.58 336.38 0.8 0.23
Hex 6A C 31 0 59 36 3A 150 50 17
Octal 152 14 61 0 131 66 72 520 120 27
Binary 1101010 1100 110001 0 1011001 110110 111010 101010000 1010000 10111

Color Harmonies of #6A0C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0C31

Black with #6A0C31

Text Example


Text Example

White with #6A0C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,12,49); }

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

background-color css

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

 a { background-color: rgb(106,12,49); }

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

border-color css

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

 span { border-color: rgb(106,12,49); }

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