Html Css Color HEX #6B084F Tyrian Purple

📋 copy color: '#6B084F'

red 107 ◦ green 8 ◦ blue 79

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

Shades of Tyrian Purple #6B084F

Tints of Tyrian Purple #6B084F

RGB

 RED value IS 107 (42.19% from 255) = 55.15%

 GREEN value IS 8 (3.52% from 255) = 4.12%

 BLUE value IS 79 (31.25% from 255) = 40.72%

R = 55.15%
G = 4.12%
B = 40.72%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#6B084F (or 0x6B084F) is known color: Tyrian Purple. HEX triplet: 6B, 08 and 4F. RGB value is (107,8,79). Sum of RGB (Red+Green+Blue) = 107+8+79=194 (25% of max value = 765). Red value is 107 (42.19% from 255 or 55.15% from 194); Green value is 8 (3.52% from 255 or 4.12% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 107 - color contains mainly: red. Hex color #6B084F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B084F is #94F7B0. Grayscale: #2D2D2D. Windows color (decimal): -9762737 or 5179499. OLE color: 5179499.

HSL color Cylindrical-coordinate representation of color #6B084F: hue angle of 316.97º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6B084F is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 8 79 -
CMYK 0 0.93 0.26 0.58
HSL 316.97º 0.86% 0.23% -
HSV(B) 316.97º 0.93% 0.42% -
XYZ 7.56 3.86 7.74 -
YUV 45.7 146.8 171.73 -
System Red Green Blue C M Y K H S L
Decimal 107 8 79 0 0.93 0.26 0.58 316.97 0.86 0.23
Hex 6B 8 4F 0 5D 1A 3A 13D 56 17
Octal 153 10 117 0 135 32 72 475 126 27
Binary 1101011 1000 1001111 0 1011101 11010 111010 100111101 1010110 10111

Color Harmonies of #6B084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B084F

Black with #6B084F

Text Example


Text Example

White with #6B084F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,8,79); }

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

background-color css

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

 a { background-color: rgb(107,8,79); }

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

border-color css

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

 span { border-color: rgb(107,8,79); }

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