Html Css Color HEX #6C034F Tyrian Purple

📋 copy color: '#6C034F'

red 108 ◦ green 3 ◦ blue 79

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

Shades of Tyrian Purple #6C034F

Tints of Tyrian Purple #6C034F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.58%

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

R = 56.84%
G = 1.58%
B = 41.58%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6C034F (or 0x6C034F) is known color: Tyrian Purple. HEX triplet: 6C, 03 and 4F. RGB value is (108,3,79). Sum of RGB (Red+Green+Blue) = 108+3+79=190 (25% of max value = 765). Red value is 108 (42.58% from 255 or 56.84% from 190); Green value is 3 (1.56% from 255 or 1.58% from 190); Blue value is 79 (31.25% from 255 or 41.58% from 190); Max value from RGB is 108 - color contains mainly: red. Hex color #6C034F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6C034F is #93FCB0. Grayscale: #2A2A2A. Windows color (decimal): -9698481 or 5178220. OLE color: 5178220.

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

Color convert

RGB 108 3 79 -
CMYK 0 0.97 0.27 0.58
HSL 316.57º 0.95% 0.22% -
HSV(B) 316.57º 0.97% 0.42% -
XYZ 7.63 3.82 7.73 -
YUV 43.06 148.29 174.32 -
System Red Green Blue C M Y K H S L
Decimal 108 3 79 0 0.97 0.27 0.58 316.57 0.95 0.22
Hex 6C 3 4F 0 61 1B 3A 13D 5F 16
Octal 154 3 117 0 141 33 72 475 137 26
Binary 1101100 11 1001111 0 1100001 11011 111010 100111101 1011111 10110

Color Harmonies of #6C034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C034F

Black with #6C034F

Text Example


Text Example

White with #6C034F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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