Html Css Color HEX #6C0C51 Tyrian Purple

📋 copy color: '#6C0C51'

red 108 ◦ green 12 ◦ blue 81

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

Shades of Tyrian Purple #6C0C51

Tints of Tyrian Purple #6C0C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 40.3%

R = 53.73%
G = 5.97%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.58

RGB Variations

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

Color information

#6C0C51 (or 0x6C0C51) is known color: Tyrian Purple. HEX triplet: 6C, 0C and 51. RGB value is (108,12,81). Sum of RGB (Red+Green+Blue) = 108+12+81=201 (26% of max value = 765). Red value is 108 (42.58% from 255 or 53.73% from 201); Green value is 12 (5.08% from 255 or 5.97% from 201); Blue value is 81 (32.03% from 255 or 40.30% from 201); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0C51 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0C51 is #93F3AE. Grayscale: #303030. Windows color (decimal): -9696175 or 5311596. OLE color: 5311596.

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

Color convert

RGB 108 12 81 -
CMYK 0 0.89 0.25 0.58
HSL 316.88º 0.8% 0.24% -
HSV(B) 316.88º 0.89% 0.42% -
XYZ 7.8 4.05 8.15 -
YUV 48.57 146.3 170.39 -
System Red Green Blue C M Y K H S L
Decimal 108 12 81 0 0.89 0.25 0.58 316.88 0.8 0.24
Hex 6C C 51 0 59 19 3A 13D 50 18
Octal 154 14 121 0 131 31 72 475 120 30
Binary 1101100 1100 1010001 0 1011001 11001 111010 100111101 1010000 11000

Color Harmonies of #6C0C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0C51

Black with #6C0C51

Text Example


Text Example

White with #6C0C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,12,81); }

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

background-color css

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

 a { background-color: rgb(108,12,81); }

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

border-color css

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

 span { border-color: rgb(108,12,81); }

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