Html Css Color HEX #6F0158 Tyrian Purple

📋 copy color: '#6F0158'

red 111 ◦ green 1 ◦ blue 88

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

Shades of Tyrian Purple #6F0158

Tints of Tyrian Purple #6F0158

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.5%

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

R = 55.5%
G = 0.5%
B = 44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#6F0158 (or 0x6F0158) is known color: Tyrian Purple. HEX triplet: 6F, 01 and 58. RGB value is (111,1,88). Sum of RGB (Red+Green+Blue) = 111+1+88=200 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0158 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0158 is #90FEA7. Grayscale: #2B2B2B. Windows color (decimal): -9502376 or 5767535. OLE color: 5767535.

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

Color convert

RGB 111 1 88 -
CMYK 0 0.99 0.21 0.56
HSL 312.55º 0.98% 0.22% -
HSV(B) 312.55º 0.99% 0.44% -
XYZ 8.33 4.11 9.59 -
YUV 43.81 152.94 175.93 -
System Red Green Blue C M Y K H S L
Decimal 111 1 88 0 0.99 0.21 0.56 312.55 0.98 0.22
Hex 6F 1 58 0 63 15 38 139 62 16
Octal 157 1 130 0 143 25 70 471 142 26
Binary 1101111 1 1011000 0 1100011 10101 111000 100111001 1100010 10110

Color Harmonies of #6F0158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0158

Black with #6F0158

Text Example


Text Example

White with #6F0158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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