Html Css Color HEX #6F033E Tyrian Purple

📋 copy color: '#6F033E'

red 111 ◦ green 3 ◦ blue 62

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

Shades of Tyrian Purple #6F033E

Tints of Tyrian Purple #6F033E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.7%

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

R = 63.07%
G = 1.7%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.44

 K value IS 0.56

RGB Variations

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

Color information

#6F033E (or 0x6F033E) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 3E. RGB value is (111,3,62). Sum of RGB (Red+Green+Blue) = 111+3+62=176 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.07% from 176); Green value is 3 (1.56% from 255 or 1.70% from 176); Blue value is 62 (24.61% from 255 or 35.23% from 176); Max value from RGB is 111 - color contains mainly: red. Hex color #6F033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F033E is #90FCC1. Grayscale: #292929. Windows color (decimal): -9501890 or 4064111. OLE color: 4064111.

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

Color convert

RGB 111 3 62 -
CMYK 0 0.97 0.44 0.56
HSL 327.22º 0.95% 0.22% -
HSV(B) 327.22º 0.97% 0.44% -
XYZ 7.46 3.79 4.9 -
YUV 42.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 111 3 62 0 0.97 0.44 0.56 327.22 0.95 0.22
Hex 6F 3 3E 0 61 2C 38 147 5F 16
Octal 157 3 76 0 141 54 70 507 137 26
Binary 1101111 11 111110 0 1100001 101100 111000 101000111 1011111 10110

Color Harmonies of #6F033E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F033E

Black with #6F033E

Text Example


Text Example

White with #6F033E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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