Html Css Color HEX #6C0D4F Tyrian Purple

📋 copy color: '#6C0D4F'

red 108 ◦ green 13 ◦ blue 79

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

Shades of Tyrian Purple #6C0D4F

Tints of Tyrian Purple #6C0D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 39.5%

R = 54%
G = 6.5%
B = 39.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6C0D4F (or 0x6C0D4F) is known color: Tyrian Purple. HEX triplet: 6C, 0D and 4F. RGB value is (108,13,79). Sum of RGB (Red+Green+Blue) = 108+13+79=200 (26% of max value = 765). Red value is 108 (42.58% from 255 or 54% from 200); Green value is 13 (5.47% from 255 or 6.5% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0D4F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C0D4F is #93F2B0. Grayscale: #303030. Windows color (decimal): -9695921 or 5180780. OLE color: 5180780.

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

Color convert

RGB 108 13 79 -
CMYK 0 0.88 0.27 0.58
HSL 318.32º 0.79% 0.24% -
HSV(B) 318.32º 0.88% 0.42% -
XYZ 7.74 4.04 7.77 -
YUV 48.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 108 13 79 0 0.88 0.27 0.58 318.32 0.79 0.24
Hex 6C D 4F 0 58 1B 3A 13E 4F 18
Octal 154 15 117 0 130 33 72 476 117 30
Binary 1101100 1101 1001111 0 1011000 11011 111010 100111110 1001111 11000

Color Harmonies of #6C0D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0D4F

Black with #6C0D4F

Text Example


Text Example

White with #6C0D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,13,79); }

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

background-color css

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

 a { background-color: rgb(108,13,79); }

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

border-color css

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

 span { border-color: rgb(108,13,79); }

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