Html Css Color HEX #6F0E53 Tyrian Purple

📋 copy color: '#6F0E53'

red 111 ◦ green 14 ◦ blue 83

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

Shades of Tyrian Purple #6F0E53

Tints of Tyrian Purple #6F0E53

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.73%

 BLUE value IS 83 (32.81% from 255) = 39.9%

R = 53.37%
G = 6.73%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#6F0E53 (or 0x6F0E53) is known color: Tyrian Purple. HEX triplet: 6F, 0E and 53. RGB value is (111,14,83). Sum of RGB (Red+Green+Blue) = 111+14+83=208 (27% of max value = 765). Red value is 111 (43.75% from 255 or 53.37% from 208); Green value is 14 (5.86% from 255 or 6.73% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0E53 is #90F1AC. Grayscale: #323232. Windows color (decimal): -9499053 or 5443183. OLE color: 5443183.

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

Color convert

RGB 111 14 83 -
CMYK 0 0.87 0.25 0.56
HSL 317.32º 0.78% 0.25% -
HSV(B) 317.32º 0.87% 0.44% -
XYZ 8.27 4.32 8.58 -
YUV 50.87 146.14 170.89 -
System Red Green Blue C M Y K H S L
Decimal 111 14 83 0 0.87 0.25 0.56 317.32 0.78 0.25
Hex 6F E 53 0 57 19 38 13D 4E 19
Octal 157 16 123 0 127 31 70 475 116 31
Binary 1101111 1110 1010011 0 1010111 11001 111000 100111101 1001110 11001

Color Harmonies of #6F0E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0E53

Black with #6F0E53

Text Example


Text Example

White with #6F0E53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,14,83); }

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

background-color css

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

 a { background-color: rgb(111,14,83); }

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

border-color css

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

 span { border-color: rgb(111,14,83); }

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