Html Css Color HEX #6C074E Tyrian Purple

📋 copy color: '#6C074E'

red 108 ◦ green 7 ◦ blue 78

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

Shades of Tyrian Purple #6C074E

Tints of Tyrian Purple #6C074E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.63%

 BLUE value IS 78 (30.86% from 255) = 40.41%

R = 55.96%
G = 3.63%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.58

RGB Variations

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

Color information

#6C074E (or 0x6C074E) is known color: Tyrian Purple. HEX triplet: 6C, 07 and 4E. RGB value is (108,7,78). Sum of RGB (Red+Green+Blue) = 108+7+78=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C074E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C074E is #93F8B1. Grayscale: #2D2D2D. Windows color (decimal): -9697458 or 5113708. OLE color: 5113708.

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

Color convert

RGB 108 7 78 -
CMYK 0 0.94 0.28 0.58
HSL 317.82º 0.88% 0.23% -
HSV(B) 317.82º 0.94% 0.42% -
XYZ 7.64 3.89 7.56 -
YUV 45.29 146.46 172.73 -
System Red Green Blue C M Y K H S L
Decimal 108 7 78 0 0.94 0.28 0.58 317.82 0.88 0.23
Hex 6C 7 4E 0 5E 1C 3A 13E 58 17
Octal 154 7 116 0 136 34 72 476 130 27
Binary 1101100 111 1001110 0 1011110 11100 111010 100111110 1011000 10111

Color Harmonies of #6C074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C074E

Black with #6C074E

Text Example


Text Example

White with #6C074E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,7,78); }

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

background-color css

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

 a { background-color: rgb(108,7,78); }

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

border-color css

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

 span { border-color: rgb(108,7,78); }

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