Html Css Color HEX #6C0337 Tyrian Purple

📋 copy color: '#6C0337'

red 108 ◦ green 3 ◦ blue 55

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

Shades of Tyrian Purple #6C0337

Tints of Tyrian Purple #6C0337

RGB

 RED value IS 108 (42.58% from 255) = 65.06%

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

 BLUE value IS 55 (21.88% from 255) = 33.13%

R = 65.06%
G = 1.81%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.49

 K value IS 0.58

RGB Variations

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

Color information

#6C0337 (or 0x6C0337) is known color: Tyrian Purple. HEX triplet: 6C, 03 and 37. RGB value is (108,3,55). Sum of RGB (Red+Green+Blue) = 108+3+55=166 (21% of max value = 765). Red value is 108 (42.58% from 255 or 65.06% from 166); Green value is 3 (1.56% from 255 or 1.81% from 166); Blue value is 55 (21.88% from 255 or 33.13% from 166); Max value from RGB is 108 - color contains mainly: red. Hex color #6C0337 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C0337 is #93FCC8. Grayscale: #282828. Windows color (decimal): -9698505 or 3605356. OLE color: 3605356.

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

Color convert

RGB 108 3 55 -
CMYK 0 0.97 0.49 0.58
HSL 330.29º 0.95% 0.22% -
HSV(B) 330.29º 0.97% 0.42% -
XYZ 6.91 3.53 3.93 -
YUV 40.32 136.29 176.27 -
System Red Green Blue C M Y K H S L
Decimal 108 3 55 0 0.97 0.49 0.58 330.29 0.95 0.22
Hex 6C 3 37 0 61 31 3A 14A 5F 16
Octal 154 3 67 0 141 61 72 512 137 26
Binary 1101100 11 110111 0 1100001 110001 111010 101001010 1011111 10110

Color Harmonies of #6C0337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0337

Black with #6C0337

Text Example


Text Example

White with #6C0337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,3,55); }

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

background-color css

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

 a { background-color: rgb(108,3,55); }

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

border-color css

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

 span { border-color: rgb(108,3,55); }

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