Html Css Color HEX #6F0143 Tyrian Purple

📋 copy color: '#6F0143'

red 111 ◦ green 1 ◦ blue 67

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

Shades of Tyrian Purple #6F0143

Tints of Tyrian Purple #6F0143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 37.43%

R = 62.01%
G = 0.56%
B = 37.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#6F0143 (or 0x6F0143) is known color: Tyrian Purple. HEX triplet: 6F, 01 and 43. RGB value is (111,1,67). Sum of RGB (Red+Green+Blue) = 111+1+67=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0143 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0143 is #90FEBC. Grayscale: #292929. Windows color (decimal): -9502397 or 4391279. OLE color: 4391279.

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

Color convert

RGB 111 1 67 -
CMYK 0 0.99 0.40 0.56
HSL 324º 0.98% 0.22% -
HSV(B) 324º 0.99% 0.44% -
XYZ 7.58 3.81 5.65 -
YUV 41.41 142.44 177.63 -
System Red Green Blue C M Y K H S L
Decimal 111 1 67 0 0.99 0.40 0.56 324 0.98 0.22
Hex 6F 1 43 0 63 28 38 144 62 16
Octal 157 1 103 0 143 50 70 504 142 26
Binary 1101111 1 1000011 0 1100011 101000 111000 101000100 1100010 10110

Color Harmonies of #6F0143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0143

Black with #6F0143

Text Example


Text Example

White with #6F0143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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