Html Css Color HEX #6F073E Tyrian Purple

📋 copy color: '#6F073E'

red 111 ◦ green 7 ◦ blue 62

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

Shades of Tyrian Purple #6F073E

Tints of Tyrian Purple #6F073E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.89%

 BLUE value IS 62 (24.61% from 255) = 34.44%

R = 61.67%
G = 3.89%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#6F073E (or 0x6F073E) is known color: Tyrian Purple. HEX triplet: 6F, 07 and 3E. RGB value is (111,7,62). Sum of RGB (Red+Green+Blue) = 111+7+62=180 (23% of max value = 765). Red value is 111 (43.75% from 255 or 61.67% from 180); Green value is 7 (3.12% from 255 or 3.89% from 180); Blue value is 62 (24.61% from 255 or 34.44% from 180); Max value from RGB is 111 - color contains mainly: red. Hex color #6F073E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F073E is #90F8C1. Grayscale: #2C2C2C. Windows color (decimal): -9500866 or 4065135. OLE color: 4065135.

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

Color convert

RGB 111 7 62 -
CMYK 0 0.94 0.44 0.56
HSL 328.27º 0.88% 0.23% -
HSV(B) 328.27º 0.94% 0.44% -
XYZ 7.5 3.88 4.91 -
YUV 44.37 137.96 175.53 -
System Red Green Blue C M Y K H S L
Decimal 111 7 62 0 0.94 0.44 0.56 328.27 0.88 0.23
Hex 6F 7 3E 0 5E 2C 38 148 58 17
Octal 157 7 76 0 136 54 70 510 130 27
Binary 1101111 111 111110 0 1011110 101100 111000 101001000 1011000 10111

Color Harmonies of #6F073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F073E

Black with #6F073E

Text Example


Text Example

White with #6F073E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,7,62); }

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

background-color css

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

 a { background-color: rgb(111,7,62); }

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

border-color css

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

 span { border-color: rgb(111,7,62); }

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