Html Css Color HEX #6B0147 Tyrian Purple

📋 copy color: '#6B0147'

red 107 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #6B0147

Tints of Tyrian Purple #6B0147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 59.78%
G = 0.56%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.58

RGB Variations

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

Color information

#6B0147 (or 0x6B0147) is known color: Tyrian Purple. HEX triplet: 6B, 01 and 47. RGB value is (107,1,71). Sum of RGB (Red+Green+Blue) = 107+1+71=179 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.78% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 71 (28.12% from 255 or 39.66% from 179); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0147 is #94FEB8. Grayscale: #282828. Windows color (decimal): -9764537 or 4653419. OLE color: 4653419.

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

Color convert

RGB 107 1 71 -
CMYK 0 0.99 0.34 0.58
HSL 320.38º 0.98% 0.21% -
HSV(B) 320.38º 0.99% 0.42% -
XYZ 7.21 3.6 6.28 -
YUV 40.67 145.12 175.31 -
System Red Green Blue C M Y K H S L
Decimal 107 1 71 0 0.99 0.34 0.58 320.38 0.98 0.21
Hex 6B 1 47 0 63 22 3A 140 62 15
Octal 153 1 107 0 143 42 72 500 142 25
Binary 1101011 1 1000111 0 1100011 100010 111010 101000000 1100010 10101

Color Harmonies of #6B0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0147

Black with #6B0147

Text Example


Text Example

White with #6B0147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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