Html Css Color HEX #6B0537 Tyrian Purple

📋 copy color: '#6B0537'

red 107 ◦ green 5 ◦ blue 55

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

Shades of Tyrian Purple #6B0537

Tints of Tyrian Purple #6B0537

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 32.93%

R = 64.07%
G = 2.99%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6B0537 (or 0x6B0537) is known color: Tyrian Purple. HEX triplet: 6B, 05 and 37. RGB value is (107,5,55). Sum of RGB (Red+Green+Blue) = 107+5+55=167 (22% of max value = 765). Red value is 107 (42.19% from 255 or 64.07% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 55 (21.88% from 255 or 32.93% from 167); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0537 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0537 is #94FAC8. Grayscale: #292929. Windows color (decimal): -9763529 or 3605867. OLE color: 3605867.

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

Color convert

RGB 107 5 55 -
CMYK 0 0.95 0.49 0.58
HSL 330.59º 0.91% 0.22% -
HSV(B) 330.59º 0.95% 0.42% -
XYZ 6.81 3.51 3.93 -
YUV 41.2 135.79 174.93 -
System Red Green Blue C M Y K H S L
Decimal 107 5 55 0 0.95 0.49 0.58 330.59 0.91 0.22
Hex 6B 5 37 0 5F 31 3A 14B 5B 16
Octal 153 5 67 0 137 61 72 513 133 26
Binary 1101011 101 110111 0 1011111 110001 111010 101001011 1011011 10110

Color Harmonies of #6B0537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0537

Black with #6B0537

Text Example


Text Example

White with #6B0537

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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