Html Css Color HEX #6F022E Tyrian Purple

📋 copy color: '#6F022E'

red 111 ◦ green 2 ◦ blue 46

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

Shades of Tyrian Purple #6F022E

Tints of Tyrian Purple #6F022E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.26%

 BLUE value IS 46 (18.36% from 255) = 28.93%

R = 69.81%
G = 1.26%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.56

RGB Variations

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

Color information

#6F022E (or 0x6F022E) is known color: Tyrian Purple. HEX triplet: 6F, 02 and 2E. RGB value is (111,2,46). Sum of RGB (Red+Green+Blue) = 111+2+46=159 (21% of max value = 765). Red value is 111 (43.75% from 255 or 69.81% from 159); Green value is 2 (1.17% from 255 or 1.26% from 159); Blue value is 46 (18.36% from 255 or 28.93% from 159); Max value from RGB is 111 - color contains mainly: red. Hex color #6F022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F022E is #90FDD1. Grayscale: #272727. Windows color (decimal): -9502162 or 3015279. OLE color: 3015279.

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

Color convert

RGB 111 2 46 -
CMYK 0 0.98 0.59 0.56
HSL 335.78º 0.96% 0.22% -
HSV(B) 335.78º 0.98% 0.44% -
XYZ 7.07 3.62 2.91 -
YUV 39.61 131.61 178.92 -
System Red Green Blue C M Y K H S L
Decimal 111 2 46 0 0.98 0.59 0.56 335.78 0.96 0.22
Hex 6F 2 2E 0 62 3B 38 150 60 16
Octal 157 2 56 0 142 73 70 520 140 26
Binary 1101111 10 101110 0 1100010 111011 111000 101010000 1100000 10110

Color Harmonies of #6F022E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F022E

Black with #6F022E

Text Example


Text Example

White with #6F022E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,2,46); }

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

background-color css

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

 a { background-color: rgb(111,2,46); }

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

border-color css

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

 span { border-color: rgb(111,2,46); }

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