Html Css Color HEX #6B0538 Tyrian Purple

📋 copy color: '#6B0538'

red 107 ◦ green 5 ◦ blue 56

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

Shades of Tyrian Purple #6B0538

Tints of Tyrian Purple #6B0538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 33.33%

R = 63.69%
G = 2.98%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.58

RGB Variations

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

Color information

#6B0538 (or 0x6B0538) is known color: Tyrian Purple. HEX triplet: 6B, 05 and 38. RGB value is (107,5,56). Sum of RGB (Red+Green+Blue) = 107+5+56=168 (22% of max value = 765). Red value is 107 (42.19% from 255 or 63.69% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 56 (22.27% from 255 or 33.33% from 168); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0538 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B0538 is #94FAC7. Grayscale: #292929. Windows color (decimal): -9763528 or 3671403. OLE color: 3671403.

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

Color convert

RGB 107 5 56 -
CMYK 0 0.95 0.48 0.58
HSL 330º 0.91% 0.22% -
HSV(B) 330º 0.95% 0.42% -
XYZ 6.83 3.52 4.06 -
YUV 41.31 136.29 174.85 -
System Red Green Blue C M Y K H S L
Decimal 107 5 56 0 0.95 0.48 0.58 330 0.91 0.22
Hex 6B 5 38 0 5F 30 3A 14A 5B 16
Octal 153 5 70 0 137 60 72 512 133 26
Binary 1101011 101 111000 0 1011111 110000 111010 101001010 1011011 10110

Color Harmonies of #6B0538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0538

Black with #6B0538

Text Example


Text Example

White with #6B0538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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