Html Css Color HEX #6B053A Tyrian Purple

📋 copy color: '#6B053A'

red 107 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #6B053A

Tints of Tyrian Purple #6B053A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 34.12%

R = 62.94%
G = 2.94%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.58

RGB Variations

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

Color information

#6B053A (or 0x6B053A) is known color: Tyrian Purple. HEX triplet: 6B, 05 and 3A. RGB value is (107,5,58). Sum of RGB (Red+Green+Blue) = 107+5+58=170 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.94% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 58 (23.05% from 255 or 34.12% from 170); Max value from RGB is 107 - color contains mainly: red. Hex color #6B053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B053A is #94FAC5. Grayscale: #292929. Windows color (decimal): -9763526 or 3802475. OLE color: 3802475.

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

Color convert

RGB 107 5 58 -
CMYK 0 0.95 0.46 0.58
HSL 328.82º 0.91% 0.22% -
HSV(B) 328.82º 0.95% 0.42% -
XYZ 6.88 3.54 4.32 -
YUV 41.54 137.29 174.69 -
System Red Green Blue C M Y K H S L
Decimal 107 5 58 0 0.95 0.46 0.58 328.82 0.91 0.22
Hex 6B 5 3A 0 5F 2E 3A 149 5B 16
Octal 153 5 72 0 137 56 72 511 133 26
Binary 1101011 101 111010 0 1011111 101110 111010 101001001 1011011 10110

Color Harmonies of #6B053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B053A

Black with #6B053A

Text Example


Text Example

White with #6B053A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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