Html Css Color HEX #6B032A Tyrian Purple

📋 copy color: '#6B032A'

red 107 ◦ green 3 ◦ blue 42

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

Shades of Tyrian Purple #6B032A

Tints of Tyrian Purple #6B032A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.97%

 BLUE value IS 42 (16.8% from 255) = 27.63%

R = 70.39%
G = 1.97%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.58

RGB Variations

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

Color information

#6B032A (or 0x6B032A) is known color: Tyrian Purple. HEX triplet: 6B, 03 and 2A. RGB value is (107,3,42). Sum of RGB (Red+Green+Blue) = 107+3+42=152 (20% of max value = 765). Red value is 107 (42.19% from 255 or 70.39% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 42 (16.80% from 255 or 27.63% from 152); Max value from RGB is 107 - color contains mainly: red. Hex color #6B032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B032A is #94FCD5. Grayscale: #262626. Windows color (decimal): -9764054 or 2753387. OLE color: 2753387.

HSL color Cylindrical-coordinate representation of color #6B032A: hue angle of 337.5º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6B032A is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 3 42 -
CMYK 0 0.97 0.61 0.58
HSL 337.5º 0.95% 0.22% -
HSV(B) 337.5º 0.97% 0.42% -
XYZ 6.51 3.36 2.5 -
YUV 38.54 129.96 176.83 -
System Red Green Blue C M Y K H S L
Decimal 107 3 42 0 0.97 0.61 0.58 337.5 0.95 0.22
Hex 6B 3 2A 0 61 3D 3A 152 5F 16
Octal 153 3 52 0 141 75 72 522 137 26
Binary 1101011 11 101010 0 1100001 111101 111010 101010010 1011111 10110

Color Harmonies of #6B032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B032A

Black with #6B032A

Text Example


Text Example

White with #6B032A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,3,42); }

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

background-color css

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

 a { background-color: rgb(107,3,42); }

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

border-color css

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

 span { border-color: rgb(107,3,42); }

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