Html Css Color HEX #6F0043 Tyrian Purple

📋 copy color: '#6F0043'

red 111 ◦ green 0 ◦ blue 67

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

Shades of Tyrian Purple #6F0043

Tints of Tyrian Purple #6F0043

RGB

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

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

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

R = 62.36%
G = 0%
B = 37.64%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#6F0043 (or 0x6F0043) is known color: Tyrian Purple. HEX triplet: 6F, 00 and 43. RGB value is (111,0,67). Sum of RGB (Red+Green+Blue) = 111+0+67=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 0 (0.39% from 255 or 0% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0043 is #90FFBC. Grayscale: #282828. Windows color (decimal): -9502653 or 4391023. OLE color: 4391023.

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

Color convert

RGB 111 0 67 -
CMYK 0 1 0.40 0.56
HSL 323.78º 1% 0.22% -
HSV(B) 323.78º 1% 0.44% -
XYZ 7.57 3.78 5.64 -
YUV 40.83 142.77 178.05 -
System Red Green Blue C M Y K H S L
Decimal 111 0 67 0 1 0.40 0.56 323.78 1 0.22
Hex 6F 0 43 0 64 28 38 144 64 16
Octal 157 0 103 0 144 50 70 504 144 26
Binary 1101111 0 1000011 0 1100100 101000 111000 101000100 1100100 10110

Color Harmonies of #6F0043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0043

Black with #6F0043

Text Example


Text Example

White with #6F0043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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