Html Css Color HEX #6F063E Tyrian Purple

📋 copy color: '#6F063E'

red 111 ◦ green 6 ◦ blue 62

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

Shades of Tyrian Purple #6F063E

Tints of Tyrian Purple #6F063E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.35%

 BLUE value IS 62 (24.61% from 255) = 34.64%

R = 62.01%
G = 3.35%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#6F063E (or 0x6F063E) is known color: Tyrian Purple. HEX triplet: 6F, 06 and 3E. RGB value is (111,6,62). Sum of RGB (Red+Green+Blue) = 111+6+62=179 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.01% from 179); Green value is 6 (2.73% from 255 or 3.35% from 179); Blue value is 62 (24.61% from 255 or 34.64% from 179); Max value from RGB is 111 - color contains mainly: red. Hex color #6F063E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F063E is #90F9C1. Grayscale: #2B2B2B. Windows color (decimal): -9501122 or 4064879. OLE color: 4064879.

HSL color Cylindrical-coordinate representation of color #6F063E: hue angle of 328º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F063E is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 6 62 -
CMYK 0 0.95 0.44 0.56
HSL 328º 0.9% 0.23% -
HSV(B) 328º 0.95% 0.44% -
XYZ 7.49 3.86 4.91 -
YUV 43.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 111 6 62 0 0.95 0.44 0.56 328 0.9 0.23
Hex 6F 6 3E 0 5F 2C 38 148 5A 17
Octal 157 6 76 0 137 54 70 510 132 27
Binary 1101111 110 111110 0 1011111 101100 111000 101001000 1011010 10111

Color Harmonies of #6F063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F063E

Black with #6F063E

Text Example


Text Example

White with #6F063E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,6,62); }

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

background-color css

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

 a { background-color: rgb(111,6,62); }

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

border-color css

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

 span { border-color: rgb(111,6,62); }

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