Html Css Color HEX #6F003A Tyrian Purple

📋 copy color: '#6F003A'

red 111 ◦ green 0 ◦ blue 58

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

Shades of Tyrian Purple #6F003A

Tints of Tyrian Purple #6F003A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 34.32%

R = 65.68%
G = 0%
B = 34.32%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#6F003A (or 0x6F003A) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 3A. RGB value is (111,0,58). Sum of RGB (Red+Green+Blue) = 111+0+58=169 (22% of max value = 765). Red value is 111 (43.75% from 255 or 65.68% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 58 (23.05% from 255 or 34.32% from 169); Max value from RGB is 111 - color contains mainly: red. Hex color #6F003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F003A is #90FFC5. Grayscale: #272727. Windows color (decimal): -9502662 or 3801199. OLE color: 3801199.

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

Color convert

RGB 111 0 58 -
CMYK 0 1 0.48 0.56
HSL 328.65º 1% 0.22% -
HSV(B) 328.65º 1% 0.44% -
XYZ 7.32 3.68 4.33 -
YUV 39.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 111 0 58 0 1 0.48 0.56 328.65 1 0.22
Hex 6F 0 3A 0 64 30 38 149 64 16
Octal 157 0 72 0 144 60 70 511 144 26
Binary 1101111 0 111010 0 1100100 110000 111000 101001001 1100100 10110

Color Harmonies of #6F003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F003A

Black with #6F003A

Text Example


Text Example

White with #6F003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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