Html Css Color HEX #6F0340 Tyrian Purple

📋 copy color: '#6F0340'

red 111 ◦ green 3 ◦ blue 64

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

Shades of Tyrian Purple #6F0340

Tints of Tyrian Purple #6F0340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 35.96%

R = 62.36%
G = 1.69%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.56

RGB Variations

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

Color information

#6F0340 (or 0x6F0340) is known color: Tyrian Purple. HEX triplet: 6F, 03 and 40. RGB value is (111,3,64). Sum of RGB (Red+Green+Blue) = 111+3+64=178 (23% of max value = 765). Red value is 111 (43.75% from 255 or 62.36% from 178); Green value is 3 (1.56% from 255 or 1.69% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0340 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0340 is #90FCBF. Grayscale: #2A2A2A. Windows color (decimal): -9501888 or 4195183. OLE color: 4195183.

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

Color convert

RGB 111 3 64 -
CMYK 0 0.97 0.42 0.56
HSL 326.11º 0.95% 0.22% -
HSV(B) 326.11º 0.97% 0.44% -
XYZ 7.51 3.81 5.19 -
YUV 42.25 140.28 177.04 -
System Red Green Blue C M Y K H S L
Decimal 111 3 64 0 0.97 0.42 0.56 326.11 0.95 0.22
Hex 6F 3 40 0 61 2A 38 146 5F 16
Octal 157 3 100 0 141 52 70 506 137 26
Binary 1101111 11 1000000 0 1100001 101010 111000 101000110 1011111 10110

Color Harmonies of #6F0340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0340

Black with #6F0340

Text Example


Text Example

White with #6F0340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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