Html Css Color HEX #6F004E Tyrian Purple

📋 copy color: '#6F004E'

red 111 ◦ green 0 ◦ blue 78

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

Shades of Tyrian Purple #6F004E

Tints of Tyrian Purple #6F004E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 41.27%

R = 58.73%
G = 0%
B = 41.27%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#6F004E (or 0x6F004E) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 4E. RGB value is (111,0,78). Sum of RGB (Red+Green+Blue) = 111+0+78=189 (25% of max value = 765). Red value is 111 (43.75% from 255 or 58.73% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 78 (30.86% from 255 or 41.27% from 189); Max value from RGB is 111 - color contains mainly: red. Hex color #6F004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F004E is #90FFB1. Grayscale: #292929. Windows color (decimal): -9502642 or 5111919. OLE color: 5111919.

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

Color convert

RGB 111 0 78 -
CMYK 0 1 0.30 0.56
HSL 317.84º 1% 0.22% -
HSV(B) 317.84º 1% 0.44% -
XYZ 7.93 3.93 7.55 -
YUV 42.08 148.27 177.16 -
System Red Green Blue C M Y K H S L
Decimal 111 0 78 0 1 0.30 0.56 317.84 1 0.22
Hex 6F 0 4E 0 64 1E 38 13E 64 16
Octal 157 0 116 0 144 36 70 476 144 26
Binary 1101111 0 1001110 0 1100100 11110 111000 100111110 1100100 10110

Color Harmonies of #6F004E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F004E

Black with #6F004E

Text Example


Text Example

White with #6F004E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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