Html Css Color HEX #6F0055 Tyrian Purple

📋 copy color: '#6F0055'

red 111 ◦ green 0 ◦ blue 85

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

Shades of Tyrian Purple #6F0055

Tints of Tyrian Purple #6F0055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 43.37%

R = 56.63%
G = 0%
B = 43.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#6F0055 (or 0x6F0055) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 55. RGB value is (111,0,85). Sum of RGB (Red+Green+Blue) = 111+0+85=196 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.63% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0055 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0055 is #90FFAA. Grayscale: #2A2A2A. Windows color (decimal): -9502635 or 5570671. OLE color: 5570671.

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

Color convert

RGB 111 0 85 -
CMYK 0 1 0.23 0.56
HSL 314.05º 1% 0.22% -
HSV(B) 314.05º 1% 0.44% -
XYZ 8.2 4.04 8.94 -
YUV 42.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 111 0 85 0 1 0.23 0.56 314.05 1 0.22
Hex 6F 0 55 0 64 17 38 13A 64 16
Octal 157 0 125 0 144 27 70 472 144 26
Binary 1101111 0 1010101 0 1100100 10111 111000 100111010 1100100 10110

Color Harmonies of #6F0055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0055

Black with #6F0055

Text Example


Text Example

White with #6F0055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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