Html Css Color HEX #6F054E Tyrian Purple

📋 copy color: '#6F054E'

red 111 ◦ green 5 ◦ blue 78

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

Shades of Tyrian Purple #6F054E

Tints of Tyrian Purple #6F054E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 40.21%

R = 57.22%
G = 2.58%
B = 40.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#6F054E (or 0x6F054E) is known color: Tyrian Purple. HEX triplet: 6F, 05 and 4E. RGB value is (111,5,78). Sum of RGB (Red+Green+Blue) = 111+5+78=194 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.22% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 111 - color contains mainly: red. Hex color #6F054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F054E is #90FAB1. Grayscale: #2C2C2C. Windows color (decimal): -9501362 or 5113199. OLE color: 5113199.

HSL color Cylindrical-coordinate representation of color #6F054E: hue angle of 318.68º 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 #6F054E is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 5 78 -
CMYK 0 0.95 0.30 0.56
HSL 318.68º 0.91% 0.23% -
HSV(B) 318.68º 0.95% 0.44% -
XYZ 7.98 4.04 7.57 -
YUV 45.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 111 5 78 0 0.95 0.30 0.56 318.68 0.91 0.23
Hex 6F 5 4E 0 5F 1E 38 13F 5B 17
Octal 157 5 116 0 137 36 70 477 133 27
Binary 1101111 101 1001110 0 1011111 11110 111000 100111111 1011011 10111

Color Harmonies of #6F054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F054E

Black with #6F054E

Text Example


Text Example

White with #6F054E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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