Html Css Color HEX #6F0A4A Tyrian Purple

📋 copy color: '#6F0A4A'

red 111 ◦ green 10 ◦ blue 74

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

Shades of Tyrian Purple #6F0A4A

Tints of Tyrian Purple #6F0A4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 37.95%

R = 56.92%
G = 5.13%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#6F0A4A (or 0x6F0A4A) is known color: Tyrian Purple. HEX triplet: 6F, 0A and 4A. RGB value is (111,10,74). Sum of RGB (Red+Green+Blue) = 111+10+74=195 (25% of max value = 765). Red value is 111 (43.75% from 255 or 56.92% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 74 (29.30% from 255 or 37.95% from 195); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A4A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6F0A4A is #90F5B5. Grayscale: #2F2F2F. Windows color (decimal): -9500086 or 4852335. OLE color: 4852335.

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

Color convert

RGB 111 10 74 -
CMYK 0 0.91 0.33 0.56
HSL 321.98º 0.83% 0.24% -
HSV(B) 321.98º 0.91% 0.44% -
XYZ 7.9 4.09 6.85 -
YUV 47.5 142.96 173.3 -
System Red Green Blue C M Y K H S L
Decimal 111 10 74 0 0.91 0.33 0.56 321.98 0.83 0.24
Hex 6F A 4A 0 5B 21 38 142 53 18
Octal 157 12 112 0 133 41 70 502 123 30
Binary 1101111 1010 1001010 0 1011011 100001 111000 101000010 1010011 11000

Color Harmonies of #6F0A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0A4A

Black with #6F0A4A

Text Example


Text Example

White with #6F0A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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