Html Css Color HEX #6F0A53 Tyrian Purple

📋 copy color: '#6F0A53'

red 111 ◦ green 10 ◦ blue 83

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

Shades of Tyrian Purple #6F0A53

Tints of Tyrian Purple #6F0A53

RGB

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

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

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

R = 54.41%
G = 4.9%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#6F0A53 (or 0x6F0A53) is known color: Tyrian Purple. HEX triplet: 6F, 0A and 53. RGB value is (111,10,83). Sum of RGB (Red+Green+Blue) = 111+10+83=204 (27% of max value = 765). Red value is 111 (43.75% from 255 or 54.41% from 204); Green value is 10 (4.30% from 255 or 4.90% from 204); Blue value is 83 (32.81% from 255 or 40.69% from 204); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0A53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0A53 is #90F5AC. Grayscale: #303030. Windows color (decimal): -9500077 or 5442159. OLE color: 5442159.

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

Color convert

RGB 111 10 83 -
CMYK 0 0.91 0.25 0.56
HSL 316.63º 0.83% 0.24% -
HSV(B) 316.63º 0.91% 0.44% -
XYZ 8.23 4.22 8.56 -
YUV 48.52 147.46 172.56 -
System Red Green Blue C M Y K H S L
Decimal 111 10 83 0 0.91 0.25 0.56 316.63 0.83 0.24
Hex 6F A 53 0 5B 19 38 13D 53 18
Octal 157 12 123 0 133 31 70 475 123 30
Binary 1101111 1010 1010011 0 1011011 11001 111000 100111101 1010011 11000

Color Harmonies of #6F0A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0A53

Black with #6F0A53

Text Example


Text Example

White with #6F0A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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