Html Css Color HEX #6C064F Tyrian Purple

📋 copy color: '#6C064F'

red 108 ◦ green 6 ◦ blue 79

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

Shades of Tyrian Purple #6C064F

Tints of Tyrian Purple #6C064F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.11%

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

R = 55.96%
G = 3.11%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6C064F (or 0x6C064F) is known color: Tyrian Purple. HEX triplet: 6C, 06 and 4F. RGB value is (108,6,79). Sum of RGB (Red+Green+Blue) = 108+6+79=193 (25% of max value = 765). Red value is 108 (42.58% from 255 or 55.96% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 108 - color contains mainly: red. Hex color #6C064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C064F is #93F9B0. Grayscale: #2C2C2C. Windows color (decimal): -9697713 or 5178988. OLE color: 5178988.

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

Color convert

RGB 108 6 79 -
CMYK 0 0.94 0.27 0.58
HSL 317.06º 0.89% 0.22% -
HSV(B) 317.06º 0.94% 0.42% -
XYZ 7.66 3.88 7.74 -
YUV 44.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 108 6 79 0 0.94 0.27 0.58 317.06 0.89 0.22
Hex 6C 6 4F 0 5E 1B 3A 13D 59 16
Octal 154 6 117 0 136 33 72 475 131 26
Binary 1101100 110 1001111 0 1011110 11011 111010 100111101 1011001 10110

Color Harmonies of #6C064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C064F

Black with #6C064F

Text Example


Text Example

White with #6C064F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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