Html Css Color HEX #6B063B Tyrian Purple

📋 copy color: '#6B063B'

red 107 ◦ green 6 ◦ blue 59

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

Shades of Tyrian Purple #6B063B

Tints of Tyrian Purple #6B063B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.49%

 BLUE value IS 59 (23.44% from 255) = 34.3%

R = 62.21%
G = 3.49%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.58

RGB Variations

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

Color information

#6B063B (or 0x6B063B) is known color: Tyrian Purple. HEX triplet: 6B, 06 and 3B. RGB value is (107,6,59). Sum of RGB (Red+Green+Blue) = 107+6+59=172 (22% of max value = 765). Red value is 107 (42.19% from 255 or 62.21% from 172); Green value is 6 (2.73% from 255 or 3.49% from 172); Blue value is 59 (23.44% from 255 or 34.30% from 172); Max value from RGB is 107 - color contains mainly: red. Hex color #6B063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B063B is #94F9C4. Grayscale: #2A2A2A. Windows color (decimal): -9763269 or 3868267. OLE color: 3868267.

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

Color convert

RGB 107 6 59 -
CMYK 0 0.94 0.45 0.58
HSL 328.51º 0.89% 0.22% -
HSV(B) 328.51º 0.94% 0.42% -
XYZ 6.92 3.57 4.46 -
YUV 42.24 137.46 174.19 -
System Red Green Blue C M Y K H S L
Decimal 107 6 59 0 0.94 0.45 0.58 328.51 0.89 0.22
Hex 6B 6 3B 0 5E 2D 3A 149 59 16
Octal 153 6 73 0 136 55 72 511 131 26
Binary 1101011 110 111011 0 1011110 101101 111010 101001001 1011001 10110

Color Harmonies of #6B063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B063B

Black with #6B063B

Text Example


Text Example

White with #6B063B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,6,59); }

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

background-color css

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

 a { background-color: rgb(107,6,59); }

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

border-color css

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

 span { border-color: rgb(107,6,59); }

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