Html Css Color HEX #6F034E Tyrian Purple

📋 copy color: '#6F034E'

red 111 ◦ green 3 ◦ blue 78

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

Shades of Tyrian Purple #6F034E

Tints of Tyrian Purple #6F034E

RGB

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

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

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

R = 57.81%
G = 1.56%
B = 40.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#6F034E (or 0x6F034E) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 4E. RGB value is (111,3,78). Sum of RGB (Red+Green+Blue) = 111+3+78=192 (25% of max value = 765). Red value is 111 (43.75% from 255 or 57.81% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 78 (30.86% from 255 or 40.62% from 192); Max value from RGB is 111 - color contains mainly: red. Hex color #6F034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F034E is #90FCB1. Grayscale: #2B2B2B. Windows color (decimal): -9501874 or 5112687. OLE color: 5112687.

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

Color convert

RGB 111 3 78 -
CMYK 0 0.97 0.30 0.56
HSL 318.33º 0.95% 0.22% -
HSV(B) 318.33º 0.97% 0.44% -
XYZ 7.96 3.99 7.56 -
YUV 43.84 147.28 175.9 -
System Red Green Blue C M Y K H S L
Decimal 111 3 78 0 0.97 0.30 0.56 318.33 0.95 0.22
Hex 6F 3 4E 0 61 1E 38 13E 5F 16
Octal 157 3 116 0 141 36 70 476 137 26
Binary 1101111 11 1001110 0 1100001 11110 111000 100111110 1011111 10110

Color Harmonies of #6F034E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F034E

Black with #6F034E

Text Example


Text Example

White with #6F034E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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