Html Css Color HEX #6F005A Tyrian Purple

📋 copy color: '#6F005A'

red 111 ◦ green 0 ◦ blue 90

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

Shades of Tyrian Purple #6F005A

Tints of Tyrian Purple #6F005A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 44.78%

R = 55.22%
G = 0%
B = 44.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.56

RGB Variations

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

Color information

#6F005A (or 0x6F005A) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 5A. RGB value is (111,0,90). Sum of RGB (Red+Green+Blue) = 111+0+90=201 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.22% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 111 - color contains mainly: red. Hex color #6F005A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F005A is #90FFA5. Grayscale: #2B2B2B. Windows color (decimal): -9502630 or 5898351. OLE color: 5898351.

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

Color convert

RGB 111 0 90 -
CMYK 0 1 0.19 0.56
HSL 311.35º 1% 0.22% -
HSV(B) 311.35º 1% 0.44% -
XYZ 8.4 4.12 10.02 -
YUV 43.45 154.27 176.18 -
System Red Green Blue C M Y K H S L
Decimal 111 0 90 0 1 0.19 0.56 311.35 1 0.22
Hex 6F 0 5A 0 64 13 38 137 64 16
Octal 157 0 132 0 144 23 70 467 144 26
Binary 1101111 0 1011010 0 1100100 10011 111000 100110111 1100100 10110

Color Harmonies of #6F005A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F005A

Black with #6F005A

Text Example


Text Example

White with #6F005A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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