Html Css Color HEX #6B063C Tyrian Purple

📋 copy color: '#6B063C'

red 107 ◦ green 6 ◦ blue 60

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

Shades of Tyrian Purple #6B063C

Tints of Tyrian Purple #6B063C

RGB

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

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

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

R = 61.85%
G = 3.47%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.44

 K value IS 0.58

RGB Variations

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

Color information

#6B063C (or 0x6B063C) is known color: Tyrian Purple. HEX triplet: 6B, 06 and 3C. RGB value is (107,6,60). Sum of RGB (Red+Green+Blue) = 107+6+60=173 (22% of max value = 765). Red value is 107 (42.19% from 255 or 61.85% from 173); Green value is 6 (2.73% from 255 or 3.47% from 173); Blue value is 60 (23.83% from 255 or 34.68% from 173); Max value from RGB is 107 - color contains mainly: red. Hex color #6B063C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B063C is #94F9C3. Grayscale: #2A2A2A. Windows color (decimal): -9763268 or 3933803. OLE color: 3933803.

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

Color convert

RGB 107 6 60 -
CMYK 0 0.94 0.44 0.58
HSL 327.92º 0.89% 0.22% -
HSV(B) 327.92º 0.94% 0.42% -
XYZ 6.94 3.58 4.6 -
YUV 42.36 137.96 174.11 -
System Red Green Blue C M Y K H S L
Decimal 107 6 60 0 0.94 0.44 0.58 327.92 0.89 0.22
Hex 6B 6 3C 0 5E 2C 3A 148 59 16
Octal 153 6 74 0 136 54 72 510 131 26
Binary 1101011 110 111100 0 1011110 101100 111010 101001000 1011001 10110

Color Harmonies of #6B063C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B063C

Black with #6B063C

Text Example


Text Example

White with #6B063C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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