Html Css Color HEX #6F0A36 Tyrian Purple

📋 copy color: '#6F0A36'

red 111 ◦ green 10 ◦ blue 54

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

Shades of Tyrian Purple #6F0A36

Tints of Tyrian Purple #6F0A36

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.71%

 BLUE value IS 54 (21.48% from 255) = 30.86%

R = 63.43%
G = 5.71%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.56

RGB Variations

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

Color information

#6F0A36 (or 0x6F0A36) is known color: Tyrian Purple. HEX triplet: 6F, 0A and 36. RGB value is (111,10,54). Sum of RGB (Red+Green+Blue) = 111+10+54=175 (23% of max value = 765). Red value is 111 (43.75% from 255 or 63.43% from 175); Green value is 10 (4.30% from 255 or 5.71% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A36 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0A36 is #90F5C9. Grayscale: #2D2D2D. Windows color (decimal): -9500106 or 3541615. OLE color: 3541615.

HSL color Cylindrical-coordinate representation of color #6F0A36: hue angle of 333.86º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6F0A36 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 10 54 -
CMYK 0 0.91 0.51 0.56
HSL 333.86º 0.83% 0.24% -
HSV(B) 333.86º 0.91% 0.44% -
XYZ 7.33 3.86 3.85 -
YUV 45.22 132.96 174.92 -
System Red Green Blue C M Y K H S L
Decimal 111 10 54 0 0.91 0.51 0.56 333.86 0.83 0.24
Hex 6F A 36 0 5B 33 38 14E 53 18
Octal 157 12 66 0 133 63 70 516 123 30
Binary 1101111 1010 110110 0 1011011 110011 111000 101001110 1010011 11000

Color Harmonies of #6F0A36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0A36

Black with #6F0A36

Text Example


Text Example

White with #6F0A36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,10,54); }

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

background-color css

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

 a { background-color: rgb(111,10,54); }

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

border-color css

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

 span { border-color: rgb(111,10,54); }

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