Html Css Color HEX #6F005D Tyrian Purple

📋 copy color: '#6F005D'

red 111 ◦ green 0 ◦ blue 93

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

Shades of Tyrian Purple #6F005D

Tints of Tyrian Purple #6F005D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 45.59%

R = 54.41%
G = 0%
B = 45.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.16

 K value IS 0.56

RGB Variations

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

Color information

#6F005D (or 0x6F005D) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 5D. RGB value is (111,0,93). Sum of RGB (Red+Green+Blue) = 111+0+93=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 93 (36.72% from 255 or 45.59% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F005D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F005D is #90FFA2. Grayscale: #2B2B2B. Windows color (decimal): -9502627 or 6094959. OLE color: 6094959.

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

Color convert

RGB 111 0 93 -
CMYK 0 1 0.16 0.56
HSL 309.73º 1% 0.22% -
HSV(B) 309.73º 1% 0.44% -
XYZ 8.53 4.17 10.71 -
YUV 43.79 155.77 175.94 -
System Red Green Blue C M Y K H S L
Decimal 111 0 93 0 1 0.16 0.56 309.73 1 0.22
Hex 6F 0 5D 0 64 10 38 136 64 16
Octal 157 0 135 0 144 20 70 466 144 26
Binary 1101111 0 1011101 0 1100100 10000 111000 100110110 1100100 10110

Color Harmonies of #6F005D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F005D

Black with #6F005D

Text Example


Text Example

White with #6F005D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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