Html Css Color HEX #6B0547 Tyrian Purple

📋 copy color: '#6B0547'

red 107 ◦ green 5 ◦ blue 71

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

Shades of Tyrian Purple #6B0547

Tints of Tyrian Purple #6B0547

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.73%

 BLUE value IS 71 (28.13% from 255) = 38.8%

R = 58.47%
G = 2.73%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#6B0547 (or 0x6B0547) is known color: Tyrian Purple. HEX triplet: 6B, 05 and 47. RGB value is (107,5,71). Sum of RGB (Red+Green+Blue) = 107+5+71=183 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.47% from 183); Green value is 5 (2.34% from 255 or 2.73% from 183); Blue value is 71 (28.12% from 255 or 38.80% from 183); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0547 is #94FAB8. Grayscale: #2A2A2A. Windows color (decimal): -9763513 or 4654443. OLE color: 4654443.

HSL color Cylindrical-coordinate representation of color #6B0547: hue angle of 321.18º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6B0547 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 5 71 -
CMYK 0 0.95 0.34 0.58
HSL 321.18º 0.91% 0.22% -
HSV(B) 321.18º 0.95% 0.42% -
XYZ 7.26 3.69 6.29 -
YUV 43.02 143.79 173.63 -
System Red Green Blue C M Y K H S L
Decimal 107 5 71 0 0.95 0.34 0.58 321.18 0.91 0.22
Hex 6B 5 47 0 5F 22 3A 141 5B 16
Octal 153 5 107 0 137 42 72 501 133 26
Binary 1101011 101 1000111 0 1011111 100010 111010 101000001 1011011 10110

Color Harmonies of #6B0547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0547

Black with #6B0547

Text Example


Text Example

White with #6B0547

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,5,71); }

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

background-color css

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

 a { background-color: rgb(107,5,71); }

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

border-color css

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

 span { border-color: rgb(107,5,71); }

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