Html Css Color HEX #6F043B Tyrian Purple

📋 copy color: '#6F043B'

red 111 ◦ green 4 ◦ blue 59

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

Shades of Tyrian Purple #6F043B

Tints of Tyrian Purple #6F043B

RGB

 RED value IS 111 (43.75% from 255) = 63.79%

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

 BLUE value IS 59 (23.44% from 255) = 33.91%

R = 63.79%
G = 2.3%
B = 33.91%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#6F043B (or 0x6F043B) is known color: Tyrian Purple. HEX triplet: 6F, 04 and 3B. RGB value is (111,4,59). Sum of RGB (Red+Green+Blue) = 111+4+59=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 4 (1.95% from 255 or 2.30% from 174); Blue value is 59 (23.44% from 255 or 33.91% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F043B is #90FBC4. Grayscale: #2A2A2A. Windows color (decimal): -9501637 or 3867759. OLE color: 3867759.

HSL color Cylindrical-coordinate representation of color #6F043B: hue angle of 329.16º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F043B is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 4 59 -
CMYK 0 0.96 0.47 0.56
HSL 329.16º 0.93% 0.23% -
HSV(B) 329.16º 0.96% 0.44% -
XYZ 7.39 3.78 4.48 -
YUV 42.26 137.45 177.03 -
System Red Green Blue C M Y K H S L
Decimal 111 4 59 0 0.96 0.47 0.56 329.16 0.93 0.23
Hex 6F 4 3B 0 60 2F 38 149 5D 17
Octal 157 4 73 0 140 57 70 511 135 27
Binary 1101111 100 111011 0 1100000 101111 111000 101001001 1011101 10111

Color Harmonies of #6F043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F043B

Black with #6F043B

Text Example


Text Example

White with #6F043B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,4,59); }

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

background-color css

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

 a { background-color: rgb(111,4,59); }

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

border-color css

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

 span { border-color: rgb(111,4,59); }

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