Html Css Color HEX #6F0141 Tyrian Purple

📋 copy color: '#6F0141'

red 111 ◦ green 1 ◦ blue 65

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

Shades of Tyrian Purple #6F0141

Tints of Tyrian Purple #6F0141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 65 (25.78% from 255) = 36.72%

R = 62.71%
G = 0.56%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F0141 (or 0x6F0141) is known color: Tyrian Purple. HEX triplet: 6F, 01 and 41. RGB value is (111,1,65). Sum of RGB (Red+Green+Blue) = 111+1+65=177 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.71% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 65 (25.78% from 255 or 36.72% from 177); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0141 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0141 is #90FEBE. Grayscale: #292929. Windows color (decimal): -9502399 or 4260207. OLE color: 4260207.

HSL color Cylindrical-coordinate representation of color #6F0141: hue angle of 325.09º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6F0141 is Cyan = 0, Magento = 0.99, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 1 65 -
CMYK 0 0.99 0.41 0.56
HSL 325.09º 0.98% 0.22% -
HSV(B) 325.09º 0.99% 0.44% -
XYZ 7.52 3.78 5.33 -
YUV 41.19 141.44 177.8 -
System Red Green Blue C M Y K H S L
Decimal 111 1 65 0 0.99 0.41 0.56 325.09 0.98 0.22
Hex 6F 1 41 0 63 29 38 145 62 16
Octal 157 1 101 0 143 51 70 505 142 26
Binary 1101111 1 1000001 0 1100011 101001 111000 101000101 1100010 10110

Color Harmonies of #6F0141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0141

Black with #6F0141

Text Example


Text Example

White with #6F0141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,1,65); }

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

background-color css

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

 a { background-color: rgb(111,1,65); }

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

border-color css

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

 span { border-color: rgb(111,1,65); }

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