Html Css Color HEX #6C0B4A Tyrian Purple

📋 copy color: '#6C0B4A'

red 108 ◦ green 11 ◦ blue 74

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

Shades of Tyrian Purple #6C0B4A

Tints of Tyrian Purple #6C0B4A

RGB

 RED value IS 108 (42.58% from 255) = 55.96%

 GREEN value IS 11 (4.69% from 255) = 5.7%

 BLUE value IS 74 (29.3% from 255) = 38.34%

R = 55.96%
G = 5.7%
B = 38.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6C0B4A (or 0x6C0B4A) is known color: Tyrian Purple. HEX triplet: 6C, 0B and 4A. RGB value is (108,11,74). Sum of RGB (Red+Green+Blue) = 108+11+74=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 11 (4.69% from 255 or 5.70% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0B4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0B4A is #93F4B5. Grayscale: #2F2F2F. Windows color (decimal): -9696438 or 4852588. OLE color: 4852588.

HSL color Cylindrical-coordinate representation of color #6C0B4A: hue angle of 321.03º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C0B4A is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 11 74 -
CMYK 0 0.90 0.31 0.58
HSL 321.03º 0.82% 0.23% -
HSV(B) 321.03º 0.9% 0.42% -
XYZ 7.54 3.92 6.84 -
YUV 47.19 143.14 171.38 -
System Red Green Blue C M Y K H S L
Decimal 108 11 74 0 0.90 0.31 0.58 321.03 0.82 0.23
Hex 6C B 4A 0 5A 1F 3A 141 52 17
Octal 154 13 112 0 132 37 72 501 122 27
Binary 1101100 1011 1001010 0 1011010 11111 111010 101000001 1010010 10111

Color Harmonies of #6C0B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0B4A

Black with #6C0B4A

Text Example


Text Example

White with #6C0B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,11,74); }

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

background-color css

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

 a { background-color: rgb(108,11,74); }

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

border-color css

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

 span { border-color: rgb(108,11,74); }

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