Html Css Color HEX #6C043F Tyrian Purple

📋 copy color: '#6C043F'

red 108 ◦ green 4 ◦ blue 63

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

Shades of Tyrian Purple #6C043F

Tints of Tyrian Purple #6C043F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.29%

 BLUE value IS 63 (25% from 255) = 36%

R = 61.71%
G = 2.29%
B = 36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#6C043F (or 0x6C043F) is known color: Tyrian Purple. HEX triplet: 6C, 04 and 3F. RGB value is (108,4,63). Sum of RGB (Red+Green+Blue) = 108+4+63=175 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.71% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 108 - color contains mainly: red. Hex color #6C043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C043F is #93FBC0. Grayscale: #292929. Windows color (decimal): -9698241 or 4129900. OLE color: 4129900.

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

Color convert

RGB 108 4 63 -
CMYK 0 0.96 0.42 0.58
HSL 325.96º 0.93% 0.22% -
HSV(B) 325.96º 0.96% 0.42% -
XYZ 7.12 3.63 5.03 -
YUV 41.82 139.96 175.2 -
System Red Green Blue C M Y K H S L
Decimal 108 4 63 0 0.96 0.42 0.58 325.96 0.93 0.22
Hex 6C 4 3F 0 60 2A 3A 146 5D 16
Octal 154 4 77 0 140 52 72 506 135 26
Binary 1101100 100 111111 0 1100000 101010 111010 101000110 1011101 10110

Color Harmonies of #6C043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C043F

Black with #6C043F

Text Example


Text Example

White with #6C043F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,4,63); }

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

background-color css

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

 a { background-color: rgb(108,4,63); }

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

border-color css

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

 span { border-color: rgb(108,4,63); }

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