Html Css Color HEX #6F004D Tyrian Purple

📋 copy color: '#6F004D'

red 111 ◦ green 0 ◦ blue 77

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

Shades of Tyrian Purple #6F004D

Tints of Tyrian Purple #6F004D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 40.96%

R = 59.04%
G = 0%
B = 40.96%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#6F004D (or 0x6F004D) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 4D. RGB value is (111,0,77). Sum of RGB (Red+Green+Blue) = 111+0+77=188 (24% of max value = 765). Red value is 111 (43.75% from 255 or 59.04% from 188); Green value is 0 (0.39% from 255 or 0% from 188); Blue value is 77 (30.47% from 255 or 40.96% from 188); Max value from RGB is 111 - color contains mainly: red. Hex color #6F004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F004D is #90FFB2. Grayscale: #292929. Windows color (decimal): -9502643 or 5046383. OLE color: 5046383.

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

Color convert

RGB 111 0 77 -
CMYK 0 1 0.31 0.56
HSL 318.38º 1% 0.22% -
HSV(B) 318.38º 1% 0.44% -
XYZ 7.9 3.92 7.36 -
YUV 41.97 147.77 177.24 -
System Red Green Blue C M Y K H S L
Decimal 111 0 77 0 1 0.31 0.56 318.38 1 0.22
Hex 6F 0 4D 0 64 1F 38 13E 64 16
Octal 157 0 115 0 144 37 70 476 144 26
Binary 1101111 0 1001101 0 1100100 11111 111000 100111110 1100100 10110

Color Harmonies of #6F004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F004D

Black with #6F004D

Text Example


Text Example

White with #6F004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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