Html Css Color HEX #6F053A Tyrian Purple

📋 copy color: '#6F053A'

red 111 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #6F053A

Tints of Tyrian Purple #6F053A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.87%

 BLUE value IS 58 (23.05% from 255) = 33.33%

R = 63.79%
G = 2.87%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#6F053A (or 0x6F053A) is known color: Tyrian Purple. HEX triplet: 6F, 05 and 3A. RGB value is (111,5,58). Sum of RGB (Red+Green+Blue) = 111+5+58=174 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.79% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 58 (23.05% from 255 or 33.33% from 174); Max value from RGB is 111 - color contains mainly: red. Hex color #6F053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F053A is #90FAC5. Grayscale: #2A2A2A. Windows color (decimal): -9501382 or 3802479. OLE color: 3802479.

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

Color convert

RGB 111 5 58 -
CMYK 0 0.95 0.48 0.56
HSL 330º 0.91% 0.23% -
HSV(B) 330º 0.95% 0.44% -
XYZ 7.37 3.79 4.35 -
YUV 42.74 136.62 176.69 -
System Red Green Blue C M Y K H S L
Decimal 111 5 58 0 0.95 0.48 0.56 330 0.91 0.23
Hex 6F 5 3A 0 5F 30 38 14A 5B 17
Octal 157 5 72 0 137 60 70 512 133 27
Binary 1101111 101 111010 0 1011111 110000 111000 101001010 1011011 10111

Color Harmonies of #6F053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F053A

Black with #6F053A

Text Example


Text Example

White with #6F053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,5,58); }

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

background-color css

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

 a { background-color: rgb(111,5,58); }

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

border-color css

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

 span { border-color: rgb(111,5,58); }

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