Html Css Color HEX #6C004F Tyrian Purple

📋 copy color: '#6C004F'

red 108 ◦ green 0 ◦ blue 79

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

Shades of Tyrian Purple #6C004F

Tints of Tyrian Purple #6C004F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.75%
G = 0%
B = 42.25%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6C004F (or 0x6C004F) is known color: Tyrian Purple. HEX triplet: 6C, 00 and 4F. RGB value is (108,0,79). Sum of RGB (Red+Green+Blue) = 108+0+79=187 (24% of max value = 765). Red value is 108 (42.58% from 255 or 57.75% from 187); Green value is 0 (0.39% from 255 or 0% from 187); Blue value is 79 (31.25% from 255 or 42.25% from 187); Max value from RGB is 108 - color contains mainly: red. Hex color #6C004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C004F is #93FFB0. Grayscale: #292929. Windows color (decimal): -9699249 or 5177452. OLE color: 5177452.

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

Color convert

RGB 108 0 79 -
CMYK 0 1 0.27 0.58
HSL 316.11º 1% 0.21% -
HSV(B) 316.11º 1% 0.42% -
XYZ 7.6 3.75 7.72 -
YUV 41.3 149.28 175.58 -
System Red Green Blue C M Y K H S L
Decimal 108 0 79 0 1 0.27 0.58 316.11 1 0.21
Hex 6C 0 4F 0 64 1B 3A 13C 64 15
Octal 154 0 117 0 144 33 72 474 144 25
Binary 1101100 0 1001111 0 1100100 11011 111010 100111100 1100100 10101

Color Harmonies of #6C004F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C004F

Black with #6C004F

Text Example


Text Example

White with #6C004F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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