Html Css Color HEX #6C014F Tyrian Purple

📋 copy color: '#6C014F'

red 108 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #6C014F

Tints of Tyrian Purple #6C014F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 57.45%
G = 0.53%
B = 42.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6C014F (or 0x6C014F) is known color: Tyrian Purple. HEX triplet: 6C, 01 and 4F. RGB value is (108,1,79). Sum of RGB (Red+Green+Blue) = 108+1+79=188 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.45% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 79 (31.25% from 255 or 42.02% from 188); Max value from RGB is 108 - color contains mainly: red. Hex color #6C014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C014F is #93FEB0. Grayscale: #292929. Windows color (decimal): -9698993 or 5177708. OLE color: 5177708.

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

Color convert

RGB 108 1 79 -
CMYK 0 0.99 0.27 0.58
HSL 316.26º 0.98% 0.21% -
HSV(B) 316.26º 0.99% 0.42% -
XYZ 7.61 3.77 7.72 -
YUV 41.89 148.95 175.16 -
System Red Green Blue C M Y K H S L
Decimal 108 1 79 0 0.99 0.27 0.58 316.26 0.98 0.21
Hex 6C 1 4F 0 63 1B 3A 13C 62 15
Octal 154 1 117 0 143 33 72 474 142 25
Binary 1101100 1 1001111 0 1100011 11011 111010 100111100 1100010 10101

Color Harmonies of #6C014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C014F

Black with #6C014F

Text Example


Text Example

White with #6C014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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