Html Css Color HEX #6F0058 Tyrian Purple

📋 copy color: '#6F0058'

red 111 ◦ green 0 ◦ blue 88

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

Shades of Tyrian Purple #6F0058

Tints of Tyrian Purple #6F0058

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 88 (34.77% from 255) = 44.22%

R = 55.78%
G = 0%
B = 44.22%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F0058 (or 0x6F0058) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 58. RGB value is (111,0,88). Sum of RGB (Red+Green+Blue) = 111+0+88=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0058 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0058 is #90FFA7. Grayscale: #2A2A2A. Windows color (decimal): -9502632 or 5767279. OLE color: 5767279.

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

Color convert

RGB 111 0 88 -
CMYK 0 1 0.21 0.56
HSL 312.43º 1% 0.22% -
HSV(B) 312.43º 1% 0.44% -
XYZ 8.32 4.08 9.58 -
YUV 43.22 153.27 176.34 -
System Red Green Blue C M Y K H S L
Decimal 111 0 88 0 1 0.21 0.56 312.43 1 0.22
Hex 6F 0 58 0 64 15 38 138 64 16
Octal 157 0 130 0 144 25 70 470 144 26
Binary 1101111 0 1011000 0 1100100 10101 111000 100111000 1100100 10110

Color Harmonies of #6F0058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0058

Black with #6F0058

Text Example


Text Example

White with #6F0058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,0,88); }

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

background-color css

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

 a { background-color: rgb(111,0,88); }

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

border-color css

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

 span { border-color: rgb(111,0,88); }

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