Html Css Color HEX #6B103C Tyrian Purple

📋 copy color: '#6B103C'

red 107 ◦ green 16 ◦ blue 60

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

Shades of Tyrian Purple #6B103C

Tints of Tyrian Purple #6B103C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.74%

 BLUE value IS 60 (23.83% from 255) = 32.79%

R = 58.47%
G = 8.74%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6B103C (or 0x6B103C) is known color: Tyrian Purple. HEX triplet: 6B, 10 and 3C. RGB value is (107,16,60). Sum of RGB (Red+Green+Blue) = 107+16+60=183 (24% of max value = 765). Red value is 107 (42.19% from 255 or 58.47% from 183); Green value is 16 (6.64% from 255 or 8.74% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 107 - color contains mainly: red. Hex color #6B103C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B103C is #94EFC3. Grayscale: #303030. Windows color (decimal): -9760708 or 3936363. OLE color: 3936363.

HSL color Cylindrical-coordinate representation of color #6B103C: hue angle of 330.99º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6B103C is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 16 60 -
CMYK 0 0.85 0.44 0.58
HSL 330.99º 0.74% 0.24% -
HSV(B) 330.99º 0.85% 0.42% -
XYZ 7.06 3.82 4.64 -
YUV 48.23 134.65 169.92 -
System Red Green Blue C M Y K H S L
Decimal 107 16 60 0 0.85 0.44 0.58 330.99 0.74 0.24
Hex 6B 10 3C 0 55 2C 3A 14B 4A 18
Octal 153 20 74 0 125 54 72 513 112 30
Binary 1101011 10000 111100 0 1010101 101100 111010 101001011 1001010 11000

Color Harmonies of #6B103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B103C

Black with #6B103C

Text Example


Text Example

White with #6B103C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,16,60); }

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

background-color css

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

 a { background-color: rgb(107,16,60); }

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

border-color css

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

 span { border-color: rgb(107,16,60); }

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