Html Css Color HEX #6B054F Tyrian Purple

📋 copy color: '#6B054F'

red 107 ◦ green 5 ◦ blue 79

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

Shades of Tyrian Purple #6B054F

Tints of Tyrian Purple #6B054F

RGB

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

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

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

R = 56.02%
G = 2.62%
B = 41.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.58

RGB Variations

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

Color information

#6B054F (or 0x6B054F) is known color: Tyrian Purple. HEX triplet: 6B, 05 and 4F. RGB value is (107,5,79). Sum of RGB (Red+Green+Blue) = 107+5+79=191 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.02% from 191); Green value is 5 (2.34% from 255 or 2.62% from 191); Blue value is 79 (31.25% from 255 or 41.36% from 191); Max value from RGB is 107 - color contains mainly: red. Hex color #6B054F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B054F is #94FAB0. Grayscale: #2B2B2B. Windows color (decimal): -9763505 or 5178731. OLE color: 5178731.

HSL color Cylindrical-coordinate representation of color #6B054F: hue angle of 316.47º 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 #6B054F is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 5 79 -
CMYK 0 0.95 0.26 0.58
HSL 316.47º 0.91% 0.22% -
HSV(B) 316.47º 0.95% 0.42% -
XYZ 7.53 3.8 7.73 -
YUV 43.93 147.79 172.98 -
System Red Green Blue C M Y K H S L
Decimal 107 5 79 0 0.95 0.26 0.58 316.47 0.91 0.22
Hex 6B 5 4F 0 5F 1A 3A 13C 5B 16
Octal 153 5 117 0 137 32 72 474 133 26
Binary 1101011 101 1001111 0 1011111 11010 111010 100111100 1011011 10110

Color Harmonies of #6B054F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B054F

Black with #6B054F

Text Example


Text Example

White with #6B054F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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