Html Css Color HEX #6F0454 Tyrian Purple

📋 copy color: '#6F0454'

red 111 ◦ green 4 ◦ blue 84

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

Shades of Tyrian Purple #6F0454

Tints of Tyrian Purple #6F0454

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.01%

 BLUE value IS 84 (33.2% from 255) = 42.21%

R = 55.78%
G = 2.01%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#6F0454 (or 0x6F0454) is known color: Tyrian Purple. HEX triplet: 6F, 04 and 54. RGB value is (111,4,84). Sum of RGB (Red+Green+Blue) = 111+4+84=199 (26% of max value = 765). Red value is 111 (43.75% from 255 or 55.78% from 199); Green value is 4 (1.95% from 255 or 2.01% from 199); Blue value is 84 (33.20% from 255 or 42.21% from 199); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0454 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6F0454 is #90FBAB. Grayscale: #2C2C2C. Windows color (decimal): -9501612 or 5506159. OLE color: 5506159.

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

Color convert

RGB 111 4 84 -
CMYK 0 0.96 0.24 0.56
HSL 315.14º 0.93% 0.23% -
HSV(B) 315.14º 0.96% 0.44% -
XYZ 8.2 4.11 8.75 -
YUV 45.11 149.95 175 -
System Red Green Blue C M Y K H S L
Decimal 111 4 84 0 0.96 0.24 0.56 315.14 0.93 0.23
Hex 6F 4 54 0 60 18 38 13B 5D 17
Octal 157 4 124 0 140 30 70 473 135 27
Binary 1101111 100 1010100 0 1100000 11000 111000 100111011 1011101 10111

Color Harmonies of #6F0454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0454

Black with #6F0454

Text Example


Text Example

White with #6F0454

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,4,84); }

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

background-color css

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

 a { background-color: rgb(111,4,84); }

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

border-color css

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

 span { border-color: rgb(111,4,84); }

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