Html Css Color HEX #6B054E Tyrian Purple

📋 copy color: '#6B054E'

red 107 ◦ green 5 ◦ blue 78

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

Shades of Tyrian Purple #6B054E

Tints of Tyrian Purple #6B054E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 41.05%

R = 56.32%
G = 2.63%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.58

RGB Variations

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

Color information

#6B054E (or 0x6B054E) is known color: Tyrian Purple. HEX triplet: 6B, 05 and 4E. RGB value is (107,5,78). Sum of RGB (Red+Green+Blue) = 107+5+78=190 (25% of max value = 765). Red value is 107 (42.19% from 255 or 56.32% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 78 (30.86% from 255 or 41.05% from 190); Max value from RGB is 107 - color contains mainly: red. Hex color #6B054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6B054E is #94FAB1. Grayscale: #2B2B2B. Windows color (decimal): -9763506 or 5113195. OLE color: 5113195.

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

Color convert

RGB 107 5 78 -
CMYK 0 0.95 0.27 0.58
HSL 317.06º 0.91% 0.22% -
HSV(B) 317.06º 0.95% 0.42% -
XYZ 7.49 3.78 7.54 -
YUV 43.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 107 5 78 0 0.95 0.27 0.58 317.06 0.91 0.22
Hex 6B 5 4E 0 5F 1B 3A 13D 5B 16
Octal 153 5 116 0 137 33 72 475 133 26
Binary 1101011 101 1001110 0 1011111 11011 111010 100111101 1011011 10110

Color Harmonies of #6B054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B054E

Black with #6B054E

Text Example


Text Example

White with #6B054E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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